讲师回答 / 翔仔
同学可以和源码比对一下,感觉你dao的配置不是狠准确https://gitee.com/xiangze/areadisplay https://gitee.com/xiangze/demo
2018-05-28
已采纳回答 / 翔仔
同学好,这得和你的Spring版本严格对应起来,否则isClosed这个方法没有被实现,也就是c3p0版本不相符,你可以看看你的maven dependencies里的jar有没有重复的c3p0.下面是我的pom<...code...>
2018-05-28
已采纳回答 / Haozz_1994
这里老师确实说的有点不太清楚,可能是口误吧。windows系统下idea里面抛出异常的快捷键是将需要try的代码块选中之后,使用快捷键Ctrl+Alt+T,在弹出的选项中选择try、catch即可。例外for、while等等操作也是这个快捷键。查看更多快捷键可以参考我的博客:https://blog.csdn.net/hz_940611/article/details/80363243
2018-05-24
最新回答 / 青梅以煮酒
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cn.com.sinosoft.demo01.dao.AreaDaoTest': Unsatisfied dependency expressed through field 'areaDao'; nested exception is org.springframework.beans.factory.NoSuc...
2018-05-24