springboot升级至2.1.3,elasticsearch升级至6.2.2
This commit is contained in:
@@ -3,7 +3,7 @@ server.port=8082
|
||||
#===server end===
|
||||
|
||||
#\u6570\u636E\u5E93\u8FDE\u63A5\u6C60\u914D\u7F6E
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/mall?useUnicode=true&characterEncoding=utf-8
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
|
||||
@@ -22,7 +22,7 @@ logging.level.com.macro.mall=debug
|
||||
#thymeleaf start
|
||||
spring.thymeleaf.mode=HTML5
|
||||
spring.thymeleaf.encoding=UTF-8
|
||||
spring.thymeleaf.content-type=text/html
|
||||
spring.thymeleaf.servlet.content-type=text/html
|
||||
#\u5F00\u53D1\u65F6\u5173\u95ED\u7F13\u5B58,\u4E0D\u7136\u6CA1\u6CD5\u770B\u5230\u5B9E\u65F6\u9875\u9762
|
||||
spring.thymeleaf.cache=false
|
||||
#thymeleaf end
|
||||
|
||||
Reference in New Issue
Block a user