我正在使用hibernate,我已经从hibernate 5.2.x更新到hibernate 5.3.1,现在我在运行时遇到了这个错误。
在哪个依赖项是org / hibernate / cache / spi / TransactionalDataRegion?
答案 0 :(得分:1)
冬眠核-5.3.1.Final.jar
<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.3.1.Final</version>
</dependency>