|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 5859
|
|
|
+ port: 5858
|
|
|
max-http-header-size: 10MB
|
|
|
|
|
|
hystrix:
|
|
@@ -59,7 +59,7 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.12.181/qc-test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://192.168.12.181/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: lt@great
|
|
|
# 连接池的配置信息
|