diff --git a/service/src/main/resources/ipdb/ip2region.xdb b/common/service-utils/src/main/resources/ipdb/ip2region.xdb similarity index 100% rename from service/src/main/resources/ipdb/ip2region.xdb rename to common/service-utils/src/main/resources/ipdb/ip2region.xdb diff --git a/docker-compose.yml b/docker-compose.yml index 8d4217c..816dc6d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -name: auth-dependence # 定义该配置的名称为 auth-dependence +name: auth-compose # 定义该配置的名称为 auth-dependence services: # 定义服务列表 # 安装MySQL diff --git a/pom.xml b/pom.xml index e44e30d..294377f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.3 + 3.3.2 cn.bunny diff --git a/service/pom.xml b/service/pom.xml index 1f081f7..bd9aace 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -25,6 +25,13 @@ service-utils 0.0.1-SNAPSHOT + + + org.springframework.boot + spring-boot-devtools + runtime + true + org.springframework.boot @@ -35,12 +42,6 @@ org.springframework.security spring-security-test - - org.springframework.boot - spring-boot-devtools - runtime - true - org.springframework.boot