From 56a7697230777e3c72e32d343b7807e72d744646 Mon Sep 17 00:00:00 2001 From: poppoppuppylove <431792974@qq.com> Date: Tue, 8 Oct 2024 01:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmain=E5=88=86=E6=94=AF?= =?UTF-8?q?=EF=BC=8C=E6=8B=A5=E6=9C=89=E6=89=80=E6=9C=89=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=AB=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BACKEND_ATTENDANCE/pom.xml | 141 ------------------------------------- 1 file changed, 141 deletions(-) delete mode 100644 BACKEND_ATTENDANCE/pom.xml diff --git a/BACKEND_ATTENDANCE/pom.xml b/BACKEND_ATTENDANCE/pom.xml deleted file mode 100644 index b73080b..0000000 --- a/BACKEND_ATTENDANCE/pom.xml +++ /dev/null @@ -1,141 +0,0 @@ - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.3.3 - - - com.example - attendance - 0.0.1-SNAPSHOT - attendance - attendance - - - 17 - - - - - - - org.springframework.boot - spring-boot-starter-web - - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 3.0.3 - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - - com.mysql - mysql-connector-j - runtime - - - - - org.projectlombok - lombok - true - - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter-test - 3.0.3 - test - - - - - com.alibaba - easyexcel - 3.0.5 - - - - - org.springframework.boot - spring-boot-starter-security - - - - - io.jsonwebtoken - jjwt-api - 0.11.5 - - - - io.jsonwebtoken - jjwt-impl - 0.11.5 - runtime - - - - io.jsonwebtoken - jjwt-jackson - 0.11.5 - runtime - - - - - org.springframework.security - spring-security-crypto - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 17 - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - -