<properties> <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version> <thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version> </properties>
spring:
thymeleaf:
mode: HTML
spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/blog?useUnicode=true&characterEncoding=utf-8 username: root password: root
spring:
jpa:
hibernate:
ddl-auto: update
show-sql: true
logging:
level:
root: info
com.skgxsn: debug
file: log/blog.log
原文:https://www.cnblogs.com/skygrass0531/p/12519470.html