我希望在现有数据库和JPA注释中定义的实体之间执行一个liquibase:diff。,我希望引用我在液化库中的持久性单元,这样它就可以进行区分。扩展,如博客文章:中建议的那样,方法是更新referenceUrl:<referenceUrl>persistance:my-persistance-unit</referenceUrl>,但我有这样的例外Possibly the wrong driver for the gi
在application-context-spring.xml中: class="org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager现在,在我的Java服务中,我想使用第三个持久性单元:@Service("myBatch")
public class