在启动应用程序时出现以下错误,只有在域对象上添加@cache(usage=CacheConcurrencyStrategy.READ_WRITE)注释时才会得到此异常。如果我只使用注释@Cacheable(true),它不会给出这个错误。
org.hibernate.cache.NoCacheRegionFactoryAvailableException: Second-level cache is used in the application, but property hibernate.cache.region.factory_class is not given, please ei