首先感谢博主开源,整合后在idea2018中这个报错是? jdk 1.8
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.liuyanzhao.ssm.blog.service.UserService com.liuyanzhao.ssm.blog.controller.admin.AdminController.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.liuyanzhao.ssm.blog.mapper.UserMapper com.liuyanzhao.ssm.blog.service.impl.UserServiceImpl.userMapper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userMapper' defined in file [D:\Work\apache-tomcat-8.5.55\webapps\ROOT\WEB-INF\classes\com\liuyanzhao\ssm\blog\mapper\UserMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in file [D:\Work\apache-tomcat-8.5.55\webapps\ROOT\WEB-INF\classes\spring\spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in file [D:\Work\apache-tomcat-8.5.55\webapps\ROOT\WEB-INF\classes\spring\spring-mybatis.xml]: Invocation of init method failed; nested exception is java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
2021年01月21日 17:03:18
大佬,请问一下构造函数为啥不匹配。未改动代码 No constructor found in com.liuyanzhao.ssm.blog.entity.Category matching [java.lang.Long, java.lang.Integer, java.lang.String]
2021年01月21日 17:04:04
@Daisy:idea安装lombok插件
2021年01月21日 17:16:34
@言曌:已解决,加入了在Category类上加入了@NoArgsConstructor
2021年01月21日 17:07:09
@言曌:安装了lombok插件,一开始pom里面lonbok依赖下载失败,于是我将pom.xml的lombok版本换成了1.18.12,可以运行,但是会出现了这个情况
2021年01月17日 12:53:22
靠靠靠
2021年01月05日 18:39:29
这个博客的留言板的留言怎么删除
2021年01月05日 19:08:23
@666: 风吟博客ForestBlog吗?里面好像用的畅言插件,换成你的账号即可
2020年11月15日 15:47:37
使用管理员账号填加客户账号,账号密码设置完成后,登陆显示帐密错误,必须重新修改密码才能进入
2020年11月17日 16:41:00
这个问题我也发现了,是添加用户那里后台没有加密密码就入库了,谢谢!
2021年01月05日 19:33:27
@言曌:可以详细问下这个账号在那块更换,刚接触这种链接,不太熟悉
2021年01月05日 21:10:42
@666: 百度搜索一下 畅言如何对接,那个搜狐畅言不知道还有没有用,我当初对接的时候还是17年。其实你完全可以自己直接把一个页面作为留言板的,用户评论作为留言。
2020年11月10日 15:55:59
博主您好,有个网站优化的问题想请教下,知更鸟主题下默认选中文字是灰色背景,如何优雅改成你这种蓝色背景?感谢~
2020年11月10日 18:49:41
可以自己写CSS样式
2020年10月20日 14:29:29
你好,ssm的博客项目数据库是不是丢了menu表,本地运行提示MenuMapper报错,提示数据库不存在menu表
2020年10月20日 16:39:50
检查 sql 文件是否有,然后确保数据导入正确,数据库连接正常
2020年10月11日 17:20:42
<scrip>alert('谢谢')</script>
2020年09月02日 16:09:40
首先感谢博主开源,整合后在idea2018中这个报错是? jdk 1.8 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.liuyanzhao.ssm.blog.service.UserService com.liuyanzhao.ssm.blog.controller.admin.AdminController.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.liuyanzhao.ssm.blog.mapper.UserMapper com.liuyanzhao.ssm.blog.service.impl.UserServiceImpl.userMapper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userMapper' defined in file [D:\Work\apache-tomcat-8.5.55\webapps\ROOT\WEB-INF\classes\com\liuyanzhao\ssm\blog\mapper\UserMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in file [D:\Work\apache-tomcat-8.5.55\webapps\ROOT\WEB-INF\classes\spring\spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in file [D:\Work\apache-tomcat-8.5.55\webapps\ROOT\WEB-INF\classes\spring\spring-mybatis.xml]: Invocation of init method failed; nested exception is java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
2020年10月11日 22:03:01
明显是数据库用户名密码未修改 db.properties
2020年06月28日 16:12:35
感谢博主开源
2020年06月28日 03:32:51
小哥,想查看竞赛系统,没有vue端是怎么回事啊,找不到文件哎