1 Star 0 Fork 18

starJNull/config-server

forked from lsy/config-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oauth-dev.yml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
lsy 提交于 2018-03-17 23:08 . 增加程序启动自定创数据建表脚本
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhyf5420/config-server.git
git@gitee.com:zhyf5420/config-server.git
zhyf5420
config-server
config-server
master

搜索帮助