有报错:java.lang.IllegalStateException: Failed to load ApplicationContext
原因:(1)Caused by: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/spring-dao.xml]
原因:(1)Caused by: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/spring-dao.xml]
2017-08-18
你们是怎么用老师说的那个快捷键的?command+shift+D,windows相对应得是什么键,ctrl+shifit+T 好像不是啊!
2017-08-17
<select id="queryByIdWithSeckill" resultMap="SuccessKilled">
把resultMap改成resultType就可以
把resultMap改成resultType就可以
2017-08-15
老师好牛,多谢老师的分享。跟着老师敲代码,前面单元测试的时候,遇到了MYSQL 中无法登陆错误,jdbc.properties 中的username 问题。最后将jdbc.properties中全部添加jdbc.前缀。还遇到一个问题 commons-logging 无法创建问题,最后在gradle 中添加 jcl-over-slf4j的依赖,解决了。
2017-08-14