| | |
| | | <java.version>1.8</java.version>
|
| | | <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
| | | <spring-framework.version>5.3.33</spring-framework.version>
|
| | | <spring-security.version>5.7.12</spring-security.version>
|
| | | <druid.version>1.2.23</druid.version>
|
| | | <bitwalker.version>1.21</bitwalker.version>
|
| | | <swagger.version>3.0.0</swagger.version>
|
| | |
| | | <scope>import</scope>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringSecurity的依赖配置-->
|
| | | <dependency>
|
| | | <groupId>org.springframework.security</groupId>
|
| | | <artifactId>spring-security-bom</artifactId>
|
| | | <version>${spring-security.version}</version>
|
| | | <type>pom</type>
|
| | | <scope>import</scope>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringBoot的依赖配置-->
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|