SpringBoot HTML 报错404
程序员文章站
2022-05-03 10:23:17
...
问题描述
使用了SpringBoot-1.5.6建了个项目,所有配置按照老版本(其实就是没有配置,因为自动配置嘛),依赖了thymeleaf-starter。访问页面老是报404。换回老版本SpringBoot-1.3.3,就可以访问。定位问题
启用debugger日志:logging.lever.org.springframework.web=debuger,查看debuger信息
#1.3.3成功信息:
...
2017-09-12 13:32:03.982 DEBUG 44556 --- [io-19000-exec-1] o.s.w.s.v.ContentNegotiatingViewResolver : Returning [aaa@qq.com] based on requested media type 'text/html'
2017-09-12 13:32:03.982 DEBUG 44556 --- [io-19000-exec-1] o.s.web.servlet.DispatcherServlet : Rendering view [aaa@qq.com] in DispatcherServlet with name 'dispatcherServlet'
2017-09-12 13:32:04.041 DEBUG 44556 --- [io-19000-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
#1.5.6失败信息:
...
2017-09-12 13:35:57.942 DEBUG 44559 --- [io-19000-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2017-09-12 13:35:57.942 DEBUG 44559 --- [io-19000-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
可以看到1.5.6(依赖thymeleaf-spring-2.1.5)并没有找到视图解析类ThymeleafView.class。没有我创建一个不行啊,去写的时候发现,classpath中根本没有ThymeleafView这个类。
切换到1.3.3(依赖thymeleaf-spring-2.1.4)又有这个类。。。
Eclipse直接定位到该类,尽然发现mmp,cd到相应文件夹,把本地maven库中的相关jar包(thymeleaf文件夹)删除,重新下载,搞定(只要jar下载不出错)
推荐阅读
-
【thinkphp】引用js文件函数报错,直接把函数写在html中使用则正常
-
详解SpringBoot注册Windows服务和启动报错的原因
-
springboot如何使用thymeleaf模板访问html页面
-
springboot如何使用thymeleaf模板访问html页面
-
SpringBoot启动报错Failed to determine a suitable driver class
-
实例教程 利用html5和css3打造一款创意404页面
-
SpringBoot配置SwaggerUI访问404错误的解决方法
-
样式加载不出来,浏览器控制台报错:Resource interpreted as Stylesheet but transferred with MIME type text/html
-
springboot 报错 org.springframework.beans.factory.NoSuchBeanDefinitionException:No qualifying bean of type 'com.example.service.HrService' avai
-
解决C#中调用WCF方法报错:远程服务器返回错误 (404) 未找到