
SpringMVC
文章平均质量分 78
悠悠隐于市
软件开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
found for dependency: expected at least 1 bean which qualifies as autowire
2014-05-01 18:28:44.112:WARN:/mideaAdmin:unavailableorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'goodsTypeController': Injection of autowired dependencies f...原创 2014-05-01 19:18:47 · 870 阅读 · 0 评论 -
not found for dependency: expected at least 1 bean which qualifies as autowire
错误信息: 2014-01-09 21:17:54 Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userController': Injection of autowired dependenci...原创 2014-01-12 15:38:15 · 540 阅读 · 0 评论 -
org.eclipse.jetty.util.$NotUtf8Exception: Not valid UTF8! byte Dc in state 2
2014-02-09 23:44:54.705:WARN:oejs.ServletHandler:/mideaAdmin/ajaxAddUser.mideaorg.eclipse.jetty.util.Utf8Appendable$NotUtf8Exception: Not valid UTF8! byte Dc in state 2 at org.eclipse.jetty.util.Utf...原创 2014-02-16 15:15:51 · 1539 阅读 · 0 评论 -
org.apache.tiles.impl.InvalidTemplateException: Cannot render a null template
最近终于把spring MVC +Apache tiles整合了起来,但是在项目得运行期间报了一个Cannot render a null template错误: 具体错误如下: 2014-04-08 23:20:44 Could not complete requestorg.apache.tiles.impl.InvalidTemplateException: Cannot...原创 2014-04-08 23:37:26 · 234 阅读 · 0 评论