Skip to content

Commit 92557e0

Browse files
author
Xiong Neng
committed
完成springboot-thymeleaf升级重构
1 parent 1bd4b4b commit 92557e0

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

springboot-thymeleaf/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
25-
<thymeleaf.version>3.0.7.RELEASE</thymeleaf.version>
26-
<thymeleaf-layout-dialect.version>2.2.2</thymeleaf-layout-dialect.version>
2725
</properties>
2826

2927
<dependencies>

springboot-thymeleaf/src/main/resources/application.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,5 @@ logging:
3131
ROOT: INFO
3232
com:
3333
xncoding: DEBUG
34-
file: E:/logs/app.log
34+
file: D:/logs/app.log
3535

36-
---
37-
38-
#####################################################################
39-
######################## 测试环境profile ##########################
40-
#####################################################################
41-
42-
logging:
43-
level:
44-
ROOT: INFO
45-
com:
46-
xncoding: DEBUG
47-
file: /var/logs/app.log

0 commit comments

Comments
 (0)