|
@@ -22,7 +22,7 @@ spring:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
username: root
|
|
username: root
|
|
password: '!QAZ2root'
|
|
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
|
|
|
|
|
|
+ url: jdbc:mysql://localhost: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/
|