修复网关跨域问题,修复cas cookie重复问题,抽象后台

This commit is contained in:
lhc
2021-03-10 09:12:26 +08:00
parent c84dba33c7
commit f9e10be006
33 changed files with 370 additions and 100 deletions

View File

@@ -25,9 +25,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-data-redis</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<groupId>com.hcframe</groupId>
<artifactId>hcframe-redis-starter</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>