| | |
| | | <artifactId>snakeyaml</artifactId> |
| | | <groupId>org.yaml</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>jjwt</artifactId> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt</artifactId> |
| | | <version>0.12.6</version> |
| | | </dependency> |
| | | <!-- EasyExcel 核心库 --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>3.2.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | |
| | | </dependency> |
| | | <!-- 引入web安全认证模块,如果不引入则不会做任何权限拦截(这种模式通常可用于快速测试), 2022/10/31 --> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <groupId>com.consum</groupId> |
| | | <artifactId>iplatform-base-security-consum</artifactId> |
| | | <version>3.2.0</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>spring-security-crypto</artifactId> |
| | |
| | | <dependency> |
| | | <artifactId>spring-security-crypto</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | <version>6.2.7</version> |
| | | </dependency> |
| | | <dependency> |
| | | <artifactId>spring-security-core</artifactId> |
| | |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | <dependency> |
| | | <artifactId>spring-security-config</artifactId> |
| | |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | <version>6.2.7</version> |
| | | </dependency> |
| | | <dependency> |
| | | <artifactId>spring-security-web</artifactId> |
| | |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springframework.security</groupId> |
| | | <version>5.7.12</version> |
| | | <version>6.2.7</version> |
| | | </dependency> |
| | | |
| | | <!-- 系统基础模块界面管理控制模块,如果不引入也不会有swagger文档功能!,2023/03/05 --> |
| | |
| | | <dependency> |
| | | <groupId>com.walkersoft</groupId> |
| | | <artifactId>walker-support-redis</artifactId> |
| | | <optional>true</optional> |
| | | <version>3.2.0</version> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/walker-support-redis-3.2.0.jar</systemPath> |
| | | <scope>system</scope> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>com.walkersoft</groupId> |