2 Star 0 Fork 0

哇哈哈团队/config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
oauth-center.yml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
spring:
redis:
host: local.redis.com
port: 6379
password:
timeout: 10s
lettuce:
pool:
min-idle: 0
max-idle: 8
max-active: 8
max-wait: -1ms
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://local.mysql.com:3306/cloud_oauth?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: root
password: root
hikari:
minimum-idle: 5
maximum-pool-size: 20
connection-test-query: SELECT 1
rabbitmq:
host: local.rabbitmq.com
port: 5672
username: cloud-dev
password: cloud-dev
virtual-host: /
mvc:
servlet:
load-on-startup: 1
zipkin:
base-url: http://localhost:9411
enabled: true
sender:
type: web
access_token:
store-jwt: false
jwt-signing-key: xiao@wei@jia@gou=$==+_+%0%:)(:)
add-userinfo: false
logging:
level:
root: info
com.cloud: debug
file: logs/${spring.application.name}.log
ribbon:
eager-load:
enabled: true
clients: user-center
ReadTimeout: 10000
ConnectTimeout: 10000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smart_city_v1/config-repo.git
git@gitee.com:smart_city_v1/config-repo.git
smart_city_v1
config-repo
config-repo
master

搜索帮助