第七章代码 install 报错了
来源:7-1 授权的概念和安全表达式的应用

年糕008
2021-10-07
第七章代码 install 报错了:
[ERROR] Failed to execute goal com.devskiller.jpa2ddl:jpa2ddl-maven-plugin:0.9.12:generate (default-generate) on project uaa: Second-level cache is used in the applicati
on, but property hibernate.cache.region.factory_class is not given; please either disable second level cache or set correct region factory using the hibernate.cache.regi
on.factory_class setting and make sure the second level cache provider (hibernate-infinispan, e.g.) is available on the classpath. -> [Help 1]
写回答
1回答
-
接灰的电子产品
2021-10-09
看提示是缺了 hibernate的配置,对比一下源码看看?
032021-10-11
相似问题