From 8d9f84972710aec180c74249c14ff259661271a2 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Thu, 17 Jul 2025 23:18:39 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20init-dao=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth-dao/pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 auth-dao/pom.xml diff --git a/auth-dao/pom.xml b/auth-dao/pom.xml new file mode 100644 index 0000000..8f4687a --- /dev/null +++ b/auth-dao/pom.xml @@ -0,0 +1,34 @@ + + 4.0.0 + + com.auth + auth-server + 0.0.1 + + + auth-dao + pom + 0.0.1 + auth-dao + 数据库层 + + + dao-base + + + + UTF-8 + 17 + 17 + 17 + + + + + com.auth + auth-common + 0.0.1 + + +