spring boot写的controller方法,在启动spring boot后,通过调试controller中的方法可以进来。但是在返回html页面的时候报错。如图代码结构
报错信息:
欢迎大家积极参与解决,哈哈!!!!!!!
从git下载的项目,人家的就可以正常访问返回。没发现哪儿有不一样的地方。
你这是spring boot 直接返回html
参考: https://www.cnblogs.com/liyafei/p/7955943.html
http://blog.csdn.net/dulabing/article/details/54376690
我看了下,对比后没有把spring-boot-starter-thymeleaf加进去,加到build.gradle就可以了。