清理一次,已经迁移完成的代码

This commit is contained in:
YunaiV
2021-01-05 01:16:35 +08:00
parent cf93019ce1
commit 1345c663eb
125 changed files with 398 additions and 13172 deletions

View File

@@ -29,11 +29,6 @@
<artifactId>spring-web</artifactId>
</dependency>
<!-- spring security 安全认证 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
@@ -52,7 +47,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<!-- JSON工具类 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -121,4 +116,4 @@
</dependencies>
</project>
</project>