上一篇是简单整合web和Spring, 这一篇是整合hibernate: 连接池c3p0: spring5.0, hibernate5.0 jars: ----------------------------- web.xml,增加高亮部分,不然会报 Could not obtain transaction-synchronized Session for current thread 如果不加,则需要在用的时候显示声明式事务:并且改为opensession: Session s = t.get…