springboot 2.0.8 跳转html页面
Posted 无法
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 2.0.8 跳转html页面相关的知识,希望对你有一定的参考价值。
springboot项目创建链接 https://blog.csdn.net/q18771811872/article/details/88126835
springboot2.0 跳转jsp教程 https://blog.csdn.net/q18771811872/article/details/88342298
jsp+html跳转整合 https://blog.csdn.net/q18771811872/article/details/88343672
springboot 成功创建了后,继续写一下跳转到html页面的方法, 这里我把 jsp和html 分开两篇文章。然后再写一个两种方式整合的
这篇 是跳转到html文件的
1创建目录结果和html文件
2配置return 返回模版
3.UserController.java代码如下,这里就直接使用上次创建的查询方法
4.application.yml 文件 配置 thymeleaf 模版参数
5. pom.xml 文件加入thymeleaf 架包
6. html页面这里我为了方便事先引入了jQuery ,并且直接使用了thymeleaf 模版来接收数据,也是第一次用。
7. Project Structure里面 这个一般是默认配置好了的,如果没有就要加上哦
就这样启动就行了 效果图如下
springboot项目创建链接 https://blog.csdn.net/q18771811872/article/details/88126835
springboot2.0 跳转jsp教程 https://blog.csdn.net/q18771811872/article/details/88342298
jsp+html跳转整合 https://blog.csdn.net/q18771811872/article/details/88343672
原文地址: https://blog.csdn.net/q18771811872/article/details/88312862
以上是关于springboot 2.0.8 跳转html页面的主要内容,如果未能解决你的问题,请参考以下文章
Springboot通过controller跳转html页面踩的坑
springboot中的controller怎样跳转到html页面