дробим проект на субмодули

This commit is contained in:
2022-04-28 13:41:57 +03:00
parent e2fc75877d
commit a868b66e0c
24 changed files with 161 additions and 133 deletions

7
versions.gradle Normal file
View File

@@ -0,0 +1,7 @@
ext {
lombokVersion = '1.18.20'
okhttpVersion = '4.9.3'
pluginSpringBootVerson = '2.6.6'
pluginSpringBomVerson = '1.0.11.RELEASE'
}