新增 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

@@ -26,15 +26,7 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>${jjwt.version}</version>
</dependency>
<!-- spring-boot-configuration -->
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${springboot.version}</version>
<optional>true</optional>
</dependency> -->
</dependencies>
</project>