From 22a64d0b064d05f176caf4bd9b8624f16c364a28 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Thu, 17 Jul 2025 22:29:32 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20init-services=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth-services/pom.xml | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 auth-services/pom.xml 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 + + + +