
SSM
人生代代无穷己
这个作者很懒,什么都没留下…
展开
-
NoSuchBeanDefinitionException: No bean named ‘springSecurityFilterChain‘ available
SSM整合SpringSecurity遇到的没有找到SpringSecurityFilterChain问题原创 2021-12-29 17:18:50 · 653 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.springframework.dao.support.DaoSupport
java.lang.NoClassDefFoundError: org/springframework/dao/support/DaoSupport在整合mybaits是掉了这个maven依赖<!-- 引入spring的jdbc --><dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <ver原创 2021-12-15 19:54:22 · 4764 阅读 · 6 评论 -
org.springframework.beans.factory.BeanNotOfRequiredTypeException
org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named ‘userServiceImpl’ is expected to be of type ‘com.wcx.service.impl.UserServiceImpl’ but was actually of type ‘com.sun.proxy.$Proxy14’错误代码UserService userService = context.getBea原创 2021-12-15 09:21:53 · 1088 阅读 · 0 评论