重构为maven多模块架构

This commit is contained in:
shengzhang
2020-12-22 01:11:28 +08:00
parent 4962742988
commit 4f22be308e
48 changed files with 591 additions and 435 deletions

View File

@@ -32,10 +32,17 @@
<version>1.6.0</version>
</dependency> -->
<!-- sa-token -->
<!-- <dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token</artifactId>
<version>1.4.0</version>
</dependency> -->
<!-- sa-token 权限认证, 在线文档http://sa-token.dev33.cn/ -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token</artifactId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>1.6.0</version>
</dependency>