首先html的網頁
//注意這個xmlns後面一定是https,我的就是沒加s導致無法識別msg這種變數
spring.resources.static-locations=classpath:/templates/spring.thymeleaf.cache=false
spring.thymeleaf.mode=legacyhtml5
spring.thymeleaf.suffix=.html
spring.thymeleaf.encoding=utf-8
最重要的匯入的包!!!!我可能這一天就死在導包上了
1.82.1.1
utf-8
utf-8
org.thymeleaf
thymeleaf-spring5
3.0.11.release
org.springframework.boot
spring-boot-starter-thymeleaf
net.sourceforge.nekohtml
nekohtml
org.springframework.boot
spring-boot-devtools
runtime
true
org.thymeleaf
thymeleaf
3.0.9.release
當然web的包是必要的這邊也再做下累述吧。嫌自己看包麻煩想複製貼上配置的請複製下面的
<?xml version="1.0" encoding="utf-8"?>4.0.0
org.springframework.boot
spring-boot-starter-parent
2.1.7.release
1.8 2.1.1
utf-8
utf-8
com.joel.shiro
01-demo-shiro
1.0.0
01-demo-shiro
project for spring boot
org.thymeleaf
thymeleaf-spring5
3.0.11.release
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-thymeleaf
net.sourceforge.nekohtml
nekohtml
org.springframework.boot
spring-boot-starter-test
test
org.springframework.boot
spring-boot-devtools
runtime
true
j**ax.servlet
j**ax.servlet-api
j**ax.servlet.jsp
j**ax.servlet.jsp-api
2.3.1
org.apache.tomcat.embed
tomcat-embed-jasper
j**ax.servlet
jstl
org.thymeleaf
thymeleaf
3.0.9.release
org.apache.shiro
shiro-spring
1.4.0
org.springframework.boot
spring-boot-m**en-plugin
src/main/j**a
**/*.xml
src/main/resources
**/*.*
meta-inf/resources
**/*.*
最後的話,controller層基本應該沒什麼問題的,後台傳個值到前台。這裡也不多做累述。
thymeleaf標籤總結
代表 獲取資源本地化檔案 表示從model裡面獲取 這2個可以一起用 比如 這相當於 的資源本地化檔案中的system.01內容 request th text th text 111 response th text th text 111 servletcontext th text th te...
thymeleaf常用標籤
1.1 th text 用於文字的顯示,並且可以進行簡單的計算。mlm maliming 2018 16 1.2 th utext 用於html的文字替換,常用於富文字編輯器編輯後的內容顯示到前台頁面上。my name ismaliming 1.3 th if 用於判斷條件,還可以多條件 and,o...
thymeleaf標籤使用
常用th標籤都有那些?關鍵字 功能介紹 案例 th id 替換id th text 文字替換 description th utext 支援html的文字替換 conten th object 替換物件 th value 屬性賦值 th with 變數賦值運算 th style 設定樣式 th st...