使用idea创建一个springboot项目,本文不包含ORM部分This application has no explicit mapping for /error, so you are seeing this as a fallback.

 

 

 

选两个就行

 

 

 

 

 

 

 

好了完成了,运行一下

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Tue Dec 15 15:10:29 CST 2020
There was an unexpected error (type=Not Found, status=404).

 

  看到上边的图就说明已经启动好了,同时也没写controller

 

 

 

 

 如果想返回视图(html),那就创建一个html文件

 

随便写一句

 

 

 

 位于

 

 

 

 

 

 

 

 然后再写一个controller

 

 

 

 

重新运行,刷新浏览器,看到效果了

 

如果像直接返回内容,则使用RestController,当然了,不要忘记把刚

 

换个路径,不然要报错了

 

 至于像springmvc中返回jsp。还没研究

 

posted @ 2020-12-15 16:02  不打鱼光晒网  阅读(466)  评论(0编辑  收藏  举报