...
|
...
|
@@ -20,12 +20,6 @@ spring: |
|
|
joda-date-time-format: yyyy-MM-dd HH:mm:ss
|
|
|
time-zone: GMT+8
|
|
|
datasource:
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: trobs
|
|
|
password: dfU76$N(kp
|
|
|
url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
|
|
|
primary:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://10.1.1.86:3306/amazon_report_crawler?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true
|
...
|
...
|
|