...
|
...
|
@@ -19,7 +19,7 @@ spring: |
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
|
|
yhCms:
|
|
|
url: jdbc:mysql://192.168.102.17:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8
|
|
|
url: jdbc:mysql://192.168.102.219:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: root
|
|
|
password: Z5BMngayHLUxyWLSv6+koA==
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
...
|
...
|
@@ -36,6 +36,8 @@ elasticSearch: |
|
|
client:
|
|
|
connectNum: 10
|
|
|
connectPerRoute: 50
|
|
|
rest:
|
|
|
uris: ["http://192.168.104.246:9200"]
|
|
|
|
|
|
logging:
|
|
|
config: classpath:logback-boot.xml |
|
|
\ No newline at end of file |
...
|
...
|
|