提交 96347aee authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 13742558
......@@ -27,17 +27,18 @@ publisher-port: 8211
default:
server:
environment: 0 # 测试环境 see EnvironmentEnum
spring-http-multipart-location: /opt/data/upload_tmp
#Sleuth微服务跟踪监控中心
spring-zipkin-base-url: http://localhost:9411/
#sleuth 采样率, 1.0代表所有的span都会被采集到zipkin中. 0.0则代表所有的span都不会被采集到zipkin中.
spring-sleuth-sampler-percentage: 1.0
#数据库连接信息
spring-datasource-driver-class-name: com.mysql.jdbc.Driver
spring-datasource-url: jdbc:mysql://192.168.2.229:3306/
#spring-datasource-url: jdbc:mysql://114.116.40.51:3306/
#spring-datasource-url: jdbc:mysql://192.168.2.229:3306/
spring-datasource-url: jdbc:mysql://114.116.40.51:3306/
spring-datasource-username: root
spring-datasource-password: root
#spring-datasource-password: P@ssw0rdclass607
#spring-datasource-password: root
spring-datasource-password: P@ssw0rdclass607
spring-datasource-initialize: true
#redis链接信息
redis:
......
......@@ -2,6 +2,9 @@ server:
port: ${bg-member-port}
environment: ${default.server.environment}
spring:
http:
multipart:
location: ${spring-http-multipart-location}
application:
name: bg-member #服务名称
zipkin:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论