统一定义版本号

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

@@ -27,13 +27,13 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
<version>${jjwt.version}</version>
</dependency>
<!-- spring-boot-configuration -->
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.5.12</version>
<version>${springboot.version}</version>
<optional>true</optional>
</dependency> -->
</dependencies>