标签: java spring flyway
我需要在flyway管理的数据库中填充一些数据,这些数据来自我们不通过flyway管理的外部系统中的另一个数据库。
我们使用spring,我有一个可用于外部系统的DataSource bean。有没有办法将bean注入flyway java迁移才能执行此操作?或者我是否必须创建一个静态变量来访问我的Spring ApplicationContext并从那里手动获取bean?
答案 0 :(得分:0)
您可以为此创建Java迁移:http://flywaydb.org/documentation/migration/java.html