feat(issue-#155): rename module to
This commit is contained in:
parent
f2c4de5bb1
commit
2344aa8969
|
@ -1,5 +1,5 @@
|
||||||
rootProject.name = 'api'
|
rootProject.name = 'api'
|
||||||
include 'plugin'
|
include 'meta'
|
||||||
include 'common'
|
include 'common'
|
||||||
include 'dao'
|
include 'dao'
|
||||||
include 'core'
|
include 'core'
|
|
@ -20,7 +20,7 @@ bootBuildImage {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":common")
|
implementation project(":common")
|
||||||
implementation project(":plugin")
|
implementation project(":meta")
|
||||||
implementation project(":core")
|
implementation project(":core")
|
||||||
implementation project(":dao")
|
implementation project(":dao")
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies {
|
||||||
// internal module
|
// internal module
|
||||||
implementation project(":common")
|
implementation project(":common")
|
||||||
implementation project(":dao")
|
implementation project(":dao")
|
||||||
implementation project(":plugin")
|
implementation project(":meta")
|
||||||
|
|
||||||
// spring boot
|
// spring boot
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
|
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
|
||||||
|
|
|
@ -8,7 +8,7 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = 'databasir'
|
rootProject.name = 'databasir'
|
||||||
include 'plugin'
|
include 'meta'
|
||||||
include 'api'
|
include 'api'
|
||||||
include 'common'
|
include 'common'
|
||||||
include 'dao'
|
include 'dao'
|
||||||
|
|
Loading…
Reference in New Issue