【发布时间】:2013-02-01 08:09:07
【问题描述】:
我想在 appengine 中使用 maven 和 spring,但是我不能...
我能够使用 appengine 配置 maven(以及使用 appengine 的 spring,但没有 maven),但是当我添加 spring 依赖项并尝试运行它时,出现以下错误:
警告:无法实例化监听器 org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListener [...] java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter
我该如何解决这个问题?
我阅读了大量信息,但似乎已经过时了......
谢谢,对不起我的英语。
【问题讨论】:
标签: eclipse spring google-app-engine maven