| | |
| | | <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>
|
| | | <druid.version>1.2.20</druid.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>
|
| | | <kaptcha.version>2.3.3</kaptcha.version>
|
| | | <pagehelper.boot.version>1.4.7</pagehelper.boot.version>
|
| | | <fastjson.version>2.0.43</fastjson.version>
|
| | | <oshi.version>6.5.0</oshi.version>
|
| | | <oshi.version>6.6.1</oshi.version>
|
| | | <commons.io.version>2.13.0</commons.io.version>
|
| | | <poi.version>4.1.2</poi.version>
|
| | | <velocity.version>2.3</velocity.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>
|