From d8d94ac5a6fb80a727811aa778d3b38cb0df5c4f Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Thu, 17 Jul 2025 22:30:33 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20init-module=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth-module/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 auth-module/pom.xml diff --git a/auth-module/pom.xml b/auth-module/pom.xml new file mode 100644 index 0000000..bd72712 --- /dev/null +++ b/auth-module/pom.xml @@ -0,0 +1,40 @@ + + 4.0.0 + + com.auth + auth-server + 0.0.1 + + + auth-module + pom + auth-module + 常用的模块 + + + module-security + module-generator-code + + + + UTF-8 + 17 + 17 + 17 + + + + + com.auth + auth-common + 0.0.1 + + + + org.springframework.boot + spring-boot-starter-test + test + + +