Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 1.16 KB

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