|
|
@ -27,10 +27,10 @@ base:
|
|
|
|
|
|
|
|
|
|
|
|
##ElasticSearch服务配置 for highLevelRestClient
|
|
|
|
##ElasticSearch服务配置 for highLevelRestClient
|
|
|
|
esclient:
|
|
|
|
esclient:
|
|
|
|
master-host: 119.29.145.199
|
|
|
|
master-host: 127.0.0.1
|
|
|
|
master-port: 9200
|
|
|
|
master-port: 9200
|
|
|
|
master-user-name: elastic
|
|
|
|
master-user-name: elastic
|
|
|
|
master-user-pwd: d1nyX77wMN4SrCpfYTrG
|
|
|
|
master-user-pwd: xxxxxxxxxxx
|
|
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
servlet:
|
|
|
|
servlet:
|
|
|
@ -111,9 +111,9 @@ spring:
|
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
master:
|
|
|
|
master:
|
|
|
|
url: jdbc:mysql://119.29.145.199:6033/km_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/km?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: kyxxjs@2tencent
|
|
|
|
password: xxxxxxxxxxxxx
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
#redis 配置
|
|
|
|
#redis 配置
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|