SSO框架问题修复
This commit is contained in:
parent
02645bcc57
commit
2100896789
6
pom.xml
6
pom.xml
|
|
@ -174,17 +174,17 @@
|
|||
<dependency>
|
||||
<groupId>youfool-framework-sso</groupId>
|
||||
<artifactId>sso-core</artifactId>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<version>2.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>youfool-framework-sso</groupId>
|
||||
<artifactId>sso-redis-support</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>2.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>youfool-framework-sso</groupId>
|
||||
<artifactId>sso-boot-support</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>2.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ sso:
|
|||
port: 6379
|
||||
password:
|
||||
cookie:
|
||||
domain: 121.8.152.133
|
||||
# domain: 121.8.152.133
|
||||
app:
|
||||
key: aiccs
|
||||
jwt:
|
||||
|
|
|
|||
Loading…
Reference in New Issue