标签:com customer ESS exce 解决方法 info main nbsp ali
测试查询的时候出现了一个错误org.hibernate.LazyInitializationException: could not initialize proxy [com.xcu.domain.Customer#1] - no Session,如下图
原因是因为使用单元测试的方式进行测试,所有的操作并没有在一个事务当中进行完成。
解决方法是在@test的单元测试中加上@Transactional注解
标签:com customer ESS exce 解决方法 info main nbsp ali
原文地址:https://www.cnblogs.com/lxxcn/p/11617173.html