diff --git a/auth-services/pom.xml b/auth-services/pom.xml new file mode 100644 index 0000000..c782c9b --- /dev/null +++ b/auth-services/pom.xml @@ -0,0 +1,50 @@ + + 4.0.0 + + com.auth + auth-server + 0.0.1 + + + auth-services + pom + 0.0.1 + auth-services + 服务模块 + + + service-base + + + + UTF-8 + 17 + 17 + 17 + + + + + com.auth + auth-common + 0.0.1 + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + +