Skip to content

13Blog/springboot-thymeleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-thymeleaf demo

此项目为My Blog的子项目之一,
主要是介绍Springboot与Thymeleaf整合的入门教程,以及后续可能出现的使用问题讲解.
作为入门demo,
此项目只是作为参考,
并不能作为实战项目,
因此,还是建议学习My Blog.

documents

preview

hello

guide

项目启动后,在浏览器端输入以下url,如果看到页面输出正常则为整合成功,如:

http://localhost:8080/hello
http://localhost:8080/hello?name=13
http://localhost:8080/hello?name=世界

关于thymeleaf调用java类中方法出现的问题,验证的url为:

http://localhost:8080/test1
http://localhost:8080/test2
http://localhost:8080/test3

Releases

No releases published

Packages

No packages published