1 Star 0 Fork 2

杨冬 / paascloud-config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
paascloud-zipkin-dev.yml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
spring:
datasource:
url: jdbc:mysql://paascloud-db-mysql:3306/paascloud_zipkin?characterEncoding=utf8&useSSL=false
schema: classpath:/mysql.sql
sleuth:
enabled: false
zipkin:
locator:
discovery:
enabled: true
zipkin:
collector:
rabbitmq:
addresses: paascloud-mq-rabbit:5672
username: guest
password: guest
queue: zipkin
storage:
type: mysql
security:
oauth2:
client:
clientId: paascloud-client-zipkin
clientSecret: paascloudClientSecret
access-token-uri: http://paascloud-gateway:7979/uac/oauth/token
user-authorization-uri: http://paascloud-gateway:7979/uac/oauth/authorize
resource:
user-info-uri: http://paascloud-gateway:7979/uac/user
prefer-token-info: false
jwt:
key-uri: http://paascloud-provider-uac:8000/oauth/token_key
paascloud:
oauth2:
client:
id: ${security.oauth2.resource.id}
accessTokenUrl: ${security.oauth2.client.access-token-uri}
clientId: ${security.oauth2.client.clientId}
clientSecret: ${security.oauth2.client.clientSecret}
clientAuthenticationScheme: header
tokenStore: jwt
XML
1
https://gitee.com/yangdong2016/paascloud-config-repo.git
git@gitee.com:yangdong2016/paascloud-config-repo.git
yangdong2016
paascloud-config-repo
paascloud-config-repo
master

搜索帮助