第一步:pom.xml引入模板依賴
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-thymeleaf
net.sourceforge.nekohtml
nekohtml
1.9.22
org.springframework.boot
spring-boot-devtools
true
新增: spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=legacyhtml5
spring.thymeleaf.cache=false
第三步:設定html檔案目錄,直接上圖一目了然
第四步:controller層寫法。
或者return model;
}這個是在我嘗試了網上的各種方法後,在自己電腦上執行可以的。
nginx配置https http跳轉至https
在配置ssl證書之前,要確保你的nginx已經安裝了ssl模組,一般情況下自己安裝的nginx都是不存在ssl模組的。這裡先檢查下自己是否存在ssl模組 進入到你的nginx安裝目錄下面,我的目錄是在 usr local nginx 如果你的nginx安裝步驟和上面的文章一致的話,那你的目錄和我應該...
idea建立springboot專案跳轉jsp頁面
1 首先在pom檔案中引入包 org.apache.tomcat.embed tomcat embed jasper provided 2 配置 yml檔案則為 spring mvc view prefix suffix jsp properties檔案則為 spring.mvc.view.pref...
spring boot跳轉到html頁面
spring boot專案自動跳轉到html頁面 首先在pom檔案引入依賴 4.0.0 com.test springbootdemo2 0.0.1 snapshot org.springframework.boot spring boot starter parent 2.1.7.release ...