|
|
@ -7,7 +7,7 @@ server:
|
|
|
|
include-stacktrace: ALWAYS
|
|
|
|
include-stacktrace: ALWAYS
|
|
|
|
include-message: ALWAYS
|
|
|
|
include-message: ALWAYS
|
|
|
|
servlet:
|
|
|
|
servlet:
|
|
|
|
context-path: /building
|
|
|
|
context-path: /orc
|
|
|
|
compression:
|
|
|
|
compression:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
min-response-size: 1024
|
|
|
|
min-response-size: 1024
|
|
|
@ -107,7 +107,7 @@ 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://47.103.213.109:3306/building?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
url: jdbc:mysql://47.103.213.109:3306/orc?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: Wang5322570..
|
|
|
|
password: Wang5322570..
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|