отделили реализацию mongodb в отлдельный модуль
This commit is contained in:
@@ -4,6 +4,7 @@ apply plugin: 'org.springframework.boot'
|
||||
dependencies {
|
||||
implementation(project(':mirror-core'))
|
||||
implementation(project(':mirror-minio'))
|
||||
implementation(project(':mirror-mongo'))
|
||||
|
||||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:${springBootVerson}")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVerson}")
|
||||
|
||||
Reference in New Issue
Block a user