...
|
...
|
@@ -12,6 +12,6 @@ spring: |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: trobs
|
|
|
password: dfU76$N(kp
|
|
|
url: jdbc:mysql://byerp_qa.mysql.db.com:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
url: jdbc:mysql://127.0.0.1:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
resources:
|
|
|
static-locations: classpath:/static/,classpath:/views/ |
...
|
...
|
|