摘要: servlet配置: 在servlet中进行转发到result.sp这个页面,这个页面在webapp根目录下 在index.jsp页面表单中的action配置为上方的/bmiServlet,这里配置出错了,可以去掉“/”或者补全项目名 就导致了,我在提交表单的时候,调用servlet出现了错误 我应 阅读全文
posted @ 2022-07-03 14:01 Caesar王 阅读(124) 评论(0) 推荐(0)
摘要: Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'n' cannot be found on object of type 'org.springfr 阅读全文
posted @ 2022-03-11 17:55 Caesar王 阅读(1839) 评论(0) 推荐(1)
摘要: 为了练习自己的敲代码的能力,对一个小module,又写了一次 里面的dao接口,实体类,以及mapper文件都使用了一个相同的name,只是P大小写问题 导致出现了:Failed to instantiate [com.powernode.dao.PaymentDao]: Specified cla 阅读全文
posted @ 2022-03-02 22:36 Caesar王 阅读(2852) 评论(0) 推荐(0)