You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- server:
- port: 8080
- servlet:
- context-path: /demo
-
- spring:
- redis:
- host: localhost
- # 连接超时时间(记得添加单位,Duration)
- timeout: 10000ms
- # Redis默认情况下有16个分片,这里配置具体使用的分片
- # database: 0
- lettuce:
- pool:
- # 连接池最大连接数(使用负值表示没有限制) 默认 8
- max-active: 8
- # 连接池最大阻塞等待时间(使用负值表示没有限制) 默认 -1
- max-wait: -1ms
- # 连接池中的最大空闲连接 默认 8
- max-idle: 8
- # 连接池中的最小空闲连接 默认 0
- min-idle: 0
- cache:
- # 一般来说是不用配置的,Spring Cache 会根据依赖的包自行装配
- type: redis
-
- justauth:
- enabled: true
- type:
- qq:
- client-id: 10******85
- client-secret: 1f7d************************d629e
- redirect-uri: http://oauth.xkcoding.com/demo/oauth/qq/callback
- github:
- client-id: 2d25******d5f01086
- client-secret: 5a2919b************************d7871306d1
- redirect-uri: http://oauth.xkcoding.com/demo/oauth/github/callback
- wechat:
- client-id: wxdcb******4ff4
- client-secret: b4e9dc************************a08ed6d
- redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat/callback
- google:
- client-id: 716******17-6db******vh******ttj320i******userco******t.com
- client-secret: 9IBorn************7-E
- redirect-uri: http://oauth.xkcoding.com/demo/oauth/google/callback
- microsoft:
- client-id: 7bdce8******************e194ad76c1b
- client-secret: Iu0zZ4************************tl9PWan_.
- redirect-uri: https://oauth.xkcoding.com/demo/oauth/microsoft/callback
- mi:
- client-id: 288************2994
- client-secret: nFeTt89************************==
- redirect-uri: http://oauth.xkcoding.com/demo/oauth/mi/callback
- wechat_enterprise:
- client-id: ww58******f3************fbc
- client-secret: 8G6PCr00j************************rgk************AyzaPc78
- redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat_enterprise/callback
- agent-id: 1000002
|