新增 sa-token-dependencies,统一定义依赖版本

This commit is contained in:
click33
2022-10-26 19:50:16 +08:00
parent b4bc592c5b
commit d6e012cfeb
25 changed files with 371 additions and 192 deletions

View File

@@ -23,18 +23,16 @@
<artifactId>sa-token-servlet</artifactId>
</dependency>
<!-- spring-boot-starter-web (optional) -->
<!-- spring-boot-starter-web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${springboot.version}</version>
</dependency>
<!-- config (optional) -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${springboot.version}</version>
<optional>true</optional>
</dependency>