随笔分类 -  服务器端架构设计

大三上学习课程时遇到的一些报错问题记录
摘要:报错信息 可以检查一下包含DefaultKaptcha的Config类上面是否添加了@Configuration注解,示例如图 阅读全文
posted @ 2022-08-27 07:46 wice^3 阅读(114) 评论(0) 推荐(0)
摘要:java.lang.NullPointerException 出现在mapper.xml文件中,因为mapper忘了加入namespace属性 Could not resolve type alias 'CategoryWithProductResult' select标签中自动补齐了resultT 阅读全文
posted @ 2022-03-22 17:06 wice^3 阅读(31) 评论(0) 推荐(0)