...
|
...
|
@@ -11,7 +11,7 @@ spring: |
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: trobs
|
|
|
password: !j2sBwZ@Ir!0
|
|
|
password: '!j2sBwZ@Ir!0'
|
|
|
url: jdbc:mysql://jserp.mysql.db.com:20110/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
resources:
|
|
|
static-locations: classpath:/static/,classpath:/views/ |
|
|
\ No newline at end of file |
...
|
...
|
|