Hibernate NoCacheRegionFactoryAvailableException

后端 未结 5 2078
自闭症患者
自闭症患者 2021-02-20 04:24

I\'m getting a bizarre Hibernate exception that I can\'t explain. It\'s telling me that I\'m using 2nd level cache, but no where in hibernate.cfg.xml do I specify a

5条回答
  •  北荒
    北荒 (楼主)
    2021-02-20 05:25

    These are the property you need to add to enable second level cache

    
            org.hibernate.cache.EhCacheProvider
            org.hibernate.cache.ehcache.EhCacheRegionFactory
    

提交回复
热议问题