欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Hibernate 异常StrategySelectionException: Unable to resolve name EhCacheRegionFactory

程序员文章站 2022-04-12 20:58:58
...

解决方法:

添加

 <dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-ehcache</artifactId>
    <version>5.2.10.Final</version>
</dependency>
相关标签: hibernate 异常