0
のIntelliJでJHipster 4.2.0を使用してJPAコンソールが動作していない:アプリケーション-dev.yml factory_classが設定されているJHipsterやIntelliJのJPAコンソール
javax.persistence.PersistenceException: [PersistenceUnit: Entities] Unable to build Hibernate SessionFactory
java.lang.RuntimeException: org.hibernate.cache.NoCacheRegionFactoryAvailableException: Second-level cache is used in the application, 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.region.factory_class setting and make sure the second level cache provider (hibernate-infinispan, e.g.) is available on the classpath.
ながら。
hibernate.cache.region.factory_class: io.github.jhipster.config.jcache.NoDefaultJCacheRegionFactory
これを解決する方法はありますか。
これは通常、springプロファイルをdevに設定せず、IJ設定を確認したときに発生します。 –
実行/デバッグ構成とMavenプロファイルでspring開発者プロファイルを設定しましたが、jpaコンソール用に設定する方法はわかりません。 – dbConn
JPAコンソールはUltimate Editionの機能であり、JetBrainsのサポートを依頼しましたか?このhttps://www.jetbrains.com/help/idea/2017.1/working-with-the-jpa-console.html#d469049e34 –