Junit报错could not initialize proxy - no Session的解决办法 2019-06-13 15:00:20 浏览数 (1) 原因是OpenSessionView只针对web请求起作用,在Junit中无法使用,为了解决这个问题,我们可以在Test类上加入@Transactional注解。@Transactional junit web 注解 0 人点赞 上一篇:分享雷军22年前编写的代码