diff --git a/aioj-backend-user-service/pom.xml b/aioj-backend-user-service/pom.xml index 8046a82..172ec86 100644 --- a/aioj-backend-user-service/pom.xml +++ b/aioj-backend-user-service/pom.xml @@ -17,4 +17,16 @@ UTF-8 + + + + com.github.xiaoymin + knife4j-openapi3-jakarta-spring-boot-starter + + + cn.meowrain + aioj-backend-common + 1.0-SNAPSHOT + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3dc5983..c8a559e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 17 17 UTF-8 - 3.5.7 + 3.5.5 2025.0.0.0 @@ -50,7 +50,7 @@ com.baomidou - mybatis-plus-boot-starter + mybatis-plus-spring-boot3-starter 3.5.14 @@ -122,25 +122,64 @@ pom import + + + com.github.xiaoymin + knife4j-openapi3-jakarta-spring-boot-starter + 4.5.0 + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.14.1 - - 17 - 17 - UTF-8 - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - + + + + src/main/resources + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + 17 + 17 + UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + + + + dev + + dev + + + true + + + + + test + + test + + + + + prod + + prod + + + + \ No newline at end of file