代码拉取完成,页面将自动刷新
同步操作将从 lsy/config-server 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
info:
app:
profiles: dev
name: oauth
description: oauth
spring:
application:
name: oauth
http:
multipart:
max-file-size: 10MB
max-request-size: 20MB
enabled: true
datasource:
username: root
password: studyj2e
url: jdbc:mysql://127.0.0.1:3317/micro?useUnicode=true&characterEncoding=utf8&useSSL=false
driver-class-name: com.mysql.jdbc.Driver
schema: classpath:sql/Oauth2Client.sql
profiles:
active: dev
redis:
host: 127.0.0.1
port: 6379
aop:
proxy-target-class: true
# 消息总线
rabbitmq:
host: localhost
port: 5672
# 向服务监控调用中心暴露端口
# zipkin:
# base-url: http://www.zipkin.com:10020
# 设置服务调用依赖检测的抽样率,默认为0.1.设置成1表示百分百抽样。方便开发调试
sleuth:
sampler:
percentage: 1
server:
port: 10012
tomcat:
uri-encoding: utf-8
feign:
hystrix:
enabled: true #开启监控熔断
# 健康检查的相关配置
management:
health:
mail:
enabled: false
redis:
enabled: true
security:
enabled: false #springbooot1.5.*以后如果要使用refresh功能的要设置false
port: 10013
# 日志配置
logging:
config: classpath:log4j2-dev.xml
# boot-satrter-security-oauth模块自定义的配置
ms:
security:
code:
image:
width: 67
height: 23
length: 4
expireIn: 300
oauth2:
clients[0]:
clientId: ms
clientSecret: ms
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。