|
@ -3,6 +3,9 @@ server:
|
|
|
port: 10060
|
|
|
|
|
|
spring:
|
|
|
jmx:
|
|
|
default-domain: jkzl_doorService
|
|
|
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
max-active: 50
|
|
@ -69,7 +72,7 @@ spring:
|
|
|
profiles: jwdev
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104:3306/door_service?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://172.26.0.104:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
@ -149,7 +152,7 @@ spring:
|
|
|
profiles: jwtest
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104/door_service?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg@jkzl2019
|
|
|
redis:
|
|
@ -225,7 +228,7 @@ systemSetting:
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://59.61.92.90:9069/wlyy_specialist?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:9069/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
redis:
|