统一定义版本号

This commit is contained in:
click33
2022-10-22 05:18:08 +08:00
parent 4c8be2abda
commit 02b55b7665
39 changed files with 186 additions and 156 deletions

View File

@@ -14,9 +14,9 @@
<relativePath/>
</parent>
<!-- 定义sa-token版本号 -->
<!-- 定义 Sa-Token 版本号 -->
<properties>
<sa-token-version>1.31.1.temp</sa-token-version>
<sa-token.version>1.31.1.temp</sa-token.version>
</properties>
<dependencies>
@@ -41,14 +41,14 @@
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>${sa-token-version}</version>
<version>${sa-token.version}</version>
</dependency>
<!-- 在 thymeleaf 标签中使用 Sa-Token -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dialect-thymeleaf</artifactId>
<version>${sa-token-version}</version>
<version>${sa-token.version}</version>
</dependency>
<!-- 热刷新 -->