mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
rename maxkey-core and maxkey-common
maxkey-core to maxkey-entity maxkey-common to maxkey-commons\maxkey-common
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -54,4 +54,5 @@ maxkey-web-frontend/maxkey-web-app/.angular/
|
||||
maxkey-web-frontend/maxkey-web-app/yarn.lock
|
||||
maxkey-web-frontend/maxkey-web-app/dist
|
||||
|
||||
**/out/*
|
||||
**/out/*
|
||||
/.sonarlint
|
||||
|
||||
@@ -6,8 +6,8 @@ dependencies {
|
||||
//local jars
|
||||
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
||||
|
||||
implementation project(":maxkey-common")
|
||||
implementation project(":maxkey-core")
|
||||
implementation project(":maxkey-commons:maxkey-common")
|
||||
implementation project(":maxkey-entity")
|
||||
implementation project(":maxkey-persistence")
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ dependencies {
|
||||
//local jars
|
||||
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
||||
|
||||
implementation project(":maxkey-common")
|
||||
implementation project(":maxkey-core")
|
||||
implementation project(":maxkey-commons:maxkey-common")
|
||||
implementation project(":maxkey-entity")
|
||||
implementation project(":maxkey-persistence")
|
||||
|
||||
implementation project(":maxkey-starter:maxkey-starter-ip2location")
|
||||
|
||||
@@ -6,8 +6,8 @@ dependencies {
|
||||
//local jars
|
||||
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
||||
|
||||
implementation project(":maxkey-common")
|
||||
implementation project(":maxkey-core")
|
||||
implementation project(":maxkey-commons:maxkey-common")
|
||||
implementation project(":maxkey-entity")
|
||||
implementation project(":maxkey-persistence")
|
||||
|
||||
implementation project(":maxkey-starter:maxkey-starter-ip2location")
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user