java.lang.UnsupportedOperationException: Streaming results is not implement for this PersistenceProvider: GENERIC_JPA我使用Hibernate作为我的JPA提供程序,但是它看起来不像是Spring数据能够正确地检测到它。
我正在使用spring引导运行hibernate搜索。我已经为我的应用程序编写了一个工作配置。无论如何,我希望将我的配置具体化,使用./config/hibernate.properties而不是src/main/resources/hibernate.properties。将我的属性文件复制到所需位置后,我将得到和异常:
nested exception is java.io.FileNotFoundException: class path resou
我正在创建一个maven多模块项目--其中一个模块仅适用于hibernate实体,问题是两个服务/ api /maven_ project都在使用相同的模块,但其中一个模块需要审计,但另一个模块不需要审计我试过了spring.jpa.properties.hibernate.listeners.envers.autoRegister=fa