av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

SpringBoot使用Thymeleaf模板引擎訪問靜態(tài)html的過程

瀏覽:2日期:2023-04-15 18:49:15

最近要做一個java web項目,因為頁面不是很多,所以就沒有前后端分離,前后端寫在一起,這時候就用到thymeleaf了,以下是不動腦式的傻瓜教程。。。。。

一:創(chuàng)建spring boot的web項目,過程略;

二:依賴如下:

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> <version>2.1.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclusions><exclusion> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId></exclusion> </exclusions> </dependency>

三:配置文件:application.properties

#端口號server.port=8099# 配置#thymeleafspring.thymeleaf.cache=falsespring.thymeleaf.prefix=classpath:/templates/spring.thymeleaf.check-template-location=truespring.thymeleaf.suffix=.htmlspring.thymeleaf.encoding=UTF-8spring.thymeleaf.servlet.content-type=text/htmlspring.thymeleaf.mode=HTML

四:項目的templates文件夾下新建頁面success.html,如下

SpringBoot使用Thymeleaf模板引擎訪問靜態(tài)html的過程

五:controller

import org.springframework.stereotype.Controller;import org.springframework.ui.ModelMap;import org.springframework.web.bind.annotation.RequestMapping; /** * @author liuhongyang * @2020/10/20 14:35 * 文件說明: */@Controllerpublic class FirstTestController { @RequestMapping(value = 'hello') public String hello(ModelMap modelMap) { modelMap.put('hei', 'thymeleaf'); return 'success'; }}

六:訪問如下,完成

SpringBoot使用Thymeleaf模板引擎訪問靜態(tài)html的過程

到此這篇關(guān)于SpringBoot使用Thymeleaf模板引擎訪問靜態(tài)html的過程的文章就介紹到這了,更多相關(guān)SpringBoot Thymeleaf模板訪問靜態(tài)html內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 国产一区二区av | 伊人久久网站 | 在线日韩欧美 | 99爱视频| 国产精品视频免费在线观看 | 欧美在线中文字幕 | 成人毛片在线播放 | 欧美成人小视频 | 青青草视频在线观看 | 伊人久久综合 | 日韩成人精品一区二区 | 国产在线中文字幕 | 黄色成人av | 国产51自产区 | 日韩在线观看中文字幕 | 美女福利视频 | 欧美日韩一本 | 国产毛片在线 | 国产美女精品 | 亚洲少妇视频 | 国产欧美在线观看 | 精品无人国产偷自产在线 | 亚洲国产区 | 一级黄色录像片 | 一级黄色片免费 | 午夜影院免费 | 久久久久久一区 | 曰本毛茸茸性生活 | 四虎激情 | 中文字幕免费视频 | 欧美在线亚洲 | 亚洲一区二区三区视频 | 久久草视频 | 中文字幕一区二区三区视频 | 蜜桃av一区二区三区 | 亚洲成人一区 | 日韩欧美黄色片 | 天天综合天天做天天综合 | 欧美日韩免费在线 | 男女啪啪免费视频 | 黄色日本视频 |