我们在Spring Boot + spring data (后端)+ MongoDB中开发了一个应用程序,并使用IBM WebsphereLiberty作为应用服务器。我们在一个文件中使用了“Application连接”,并享受了SpringBootautoconfiguration的好处。由于策略的改变,我们需要在Server.xml中的解放服务器(使用mongo特性)中管理我们的DB连接。我花了一整天的时间寻找一个很好的例子来做
我试图配置Spring、JPA和DB2,以便在spring控制器中使用实体管理器实例,但根据我配置Spring的方式,这种情况不会发生。class="org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter">
<property name="database" value="DB2methods with same signature createEntityManager() but incompatible return type