This commit is contained in:
2022-07-17 05:35:55 +03:00
commit d8ee0d23f3
22 changed files with 729 additions and 0 deletions

6
settings.gradle Normal file
View File

@@ -0,0 +1,6 @@
rootProject.name = 'project-mirror'
include(
'core',
'web-spring'
)