|
@@ -21,8 +21,8 @@ spring:
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
username: root
|
|
username: root
|
|
- password: root
|
|
|
|
- url: jdbc:mysql://192.168.1.23:3306/ipp-tl?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
+ password: '!QAZ2root'
|
|
|
|
+ url: jdbc:mysql://192.168.1.205:3306/ipp-tl?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
|
# 模板引擎
|
|
# 模板引擎
|
|
thymeleaf:
|
|
thymeleaf:
|
|
prefix: classpath:/templates/
|
|
prefix: classpath:/templates/
|