SpringBoot入门:SpringBoot访问html静态页面
最近做一个小功能,一个html单页完成信息展示及操作,前端使用Vue + ElementUI,后端使用springboot提供接口,需要在后端springboot项目中直接访问html页面,这样做比较简单。
1、先写一个springboot基础项目
这里不做介绍,可参考博文:SpringBoot入门:SpringBoot之HelloWorld
2、resources下新增配置文件application.yml
1 |
|
3、resources下新建static文件夹,新增hello.html
1 |
|
4、web层调整
1 |
|
启动springboot, 浏览器访问http://127.0.0.1:8080/hello
SpringBoot入门:SpringBoot访问html静态页面
https://river106.cn/posts/18ce28fa.html