|
@@ -11,7 +11,7 @@ spring:
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: root
|
|
|
url: jdbc:mysql://pigx-mysql:3306/pigxx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
|
|
|
resources:
|
|
|
static-locations: classpath:/static/,classpath:/views/
|