|
@ -93,16 +93,26 @@ zuul:
|
|
|
## zipkin:
|
|
|
## base-url: http://localhost:9411 #日志追踪的地址
|
|
|
#
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwtest
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: root
|
|
|
# password: jkzlehr
|
|
|
# redis:
|
|
|
# host: 172.26.0.253 # Redis server host.
|
|
|
# port: 6379 # Redis server port.
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iottest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwprod
|