随笔分类 - spring
摘要:转载自: https://blog.csdn.net/f45056231p/article/details/81545964 Spring容器与SpringMVC容器1.疑问:为什么不用spring去管理所有类?我们配置springMVC 中,为什么controller不直接交给spring 管理而
阅读全文
摘要:转载 https://blog.csdn.net/buyaoshuohua1/article/details/99223071<property name="sqlSessionFactoryBeanName" value="sqlSessionFactory" /> 第一点: 在mybatis-s
阅读全文
摘要:转载 为防止消失 如有侵权请联系 原链接 https://www.dazhuanlan.com/2019/11/30/5de14b06398b8/ 当我们在一个 private 方法上打上 @Transactional 注解,IDEA 会提示 Methods annotated with '@Tra
阅读全文
摘要:java.lang.NullPointerException at com.hbue.o2o.service.ProductServiceTest.testAddProduct(ProductServiceTest.java:60) 进行Junit测试时要声明运行环境告诉spring配置文件的位置
阅读全文