File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
springboot-thymeleaf-vue2/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ server.port =9019
1
2
# ####Thymeleaf\u914D\u7F6E\u6587\u4EF6
3
+ # \u8BBE\u7F6E\u9875\u9762\u7F13\u5B58
2
4
spring.thymeleaf.cache =false
3
5
spring.thymeleaf.mode =HTML
4
6
# \u7F16\u7801
@@ -9,5 +11,4 @@ spring.thymeleaf.servlet.content-type=text/html
9
11
# \u524D\u7F00
10
12
spring.thymeleaf.prefix =classpath:/templates/
11
13
# \u540E\u7F00
12
- spring.thymeleaf.suffix =.html
13
- server.port =9019
14
+ spring.thymeleaf.suffix =.html
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
2
1
< html lang ="en " xmlns:th ="http://www.thymeleaf.org ">
3
2
< script th:src ="@{/js/axios.min.js} "> </ script >
4
3
< script th:src ="@{/js/vue.min.js} "> </ script >
5
4
< script th:src ="@{/js/element-ui.min.js} "> </ script >
6
- < link rel ="stylesheet " th:href ="@{/css/element-ui.min.css} " type ="text/css ">
7
- </ html >
5
+ < link rel ="stylesheet " th:href ="@{/css/element-ui.min.css} " type ="text/css ">
You can’t perform that action at this time.
0 commit comments