10 thymeleaf模版引擎使用

news/2024/12/19 21:02:39/

10.1 原理

        首先,在idea搜索thymeleafProperties这个配置类。 

        通过源代码可以发现,使用的文件后缀是html,文件应该放在templates路径下:

10.1 依赖

        直接加入启动器的thymeleaf依赖。

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter</artifactId>
</dependency>

 10.2 实验

        在templates文件中创建一个hello.html。

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Title</title>
</head>
<body>
<h1>test</h1>
</body>
</html>

        在controller文件夹(和HelloworldApplication类同级)中,创建一个控制类HelloController(注意:要是用@RestCOntroller否则会报错!)

package jiang.com.helloworld.controller;
import org.springframework.web.bind.annotation.*;@RestController
public class HelloContrller {@RequestMapping("/hello")public String hello(){return "helloWorld!";}
}

         然后启动程序,访问localhost:8080/hello:

 


http://www.ppmy.cn/news/829850.html

相关文章

Skype - 经济有效的P2P电话 [完全免费/轻量级软件]

KaZaA 开发人员的又一杰作&#xff1a; http://ui.skype.com/skype.zh.html 实在令人佩服。

Skype for Business 2016或Lync 2013安装在Windows7上闪退

很多人现在可能还在使用Windows7&#xff0c;但是最近发现了一个奇怪的现象&#xff0c;将Skype for Business 2016或Lync 2013安装在Windows7上会出现闪退。 背景&#xff1a;客户新安装Win7&#xff0c;所有补丁都没打&#xff0c;IE仍旧是IE8。安装Office Pro Plus 2013的时…

Skype的服务器架构

这篇文章 SKYPEs Roadmap and Architecture 简化地描述了Skype的架构。 Skype的数据库团队leader Asko Oja 的幻灯&#xff0c; http://www.slideshare.net/highload/asko-oja-moskva-architecture-highload-presentation 则说Skype使用了PostgreSQL和Skype贡献的开源工具(plP…

Skype逆向之旅

左懒 2015/11/10 11:20 from: Skype逆向之旅: 创世纪 www.oklabs.net/skype-rever…Skype逆向之旅&#xff1a;分析篇 www.oklabs.net/skype-rever… 0x00 背景 我想...在显示分析之前先交代一下背景信息。 But&#xff0c;我得先为我糟糕的英语先道个歉。 在2k6的时候&#x…

各种SKYPE网页代码,SKYPE在线代码

2019独角兽企业重金招聘Python工程师标准>>> <a href"skype:账户?chat" target"_blank">开始 Skype 文字聊天</a><a href"skype:账户?userinfo" target"_blank">查看 Skype 资料</a><a href&…

TwinCAT3 全黑主题 Dark Mode

据可靠消息&#xff0c;德国倍福将在TwinCAT3 全新版本 3.1.4026推出Dark Mode主题&#xff0c;支持TwinCAT3所有界面呈现出全黑状态&#xff0c;那如果是现在使用的4024及之前的版本&#xff0c;想用全局全黑界面&#xff0c;国外大神给了一个例子&#xff0c;供参考。 话不多…

小心SKYPE骗局!!!

冯强/文 晚上用SKYPE和在国外的弟弟联系&#xff0c;在使用时收到这样一个消息&#xff0c;我真“幸运 ”&#xff0c;中奖了&#xff01; 请各位看官注意&#xff0c;是“幸运”还是倒霉的开始呢&#xff1f;所谓的官方网页&#xff0c;如果你只是心中狂喜就点进去&#xff0c…