Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pig-zipkin-db-dev.yml 434 Bytes
Copy Edit Raw Blame History
LMH authored 2018-04-19 17:05 . 更新
server:
port: 5003
# datasoure默认使用JDBC
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
username: root
password: 123456
url: jdbc:mysql://127.0.0.1:3308/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
zipkin:
collector:
rabbitmq:
addresses: 127.0.0.1:5672
password: 123456
username: mqadmin
queue: zipkin
storage:
type: mysql
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化