Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以迁移具有相同数据的多个数据库?我知道架构参数,但据我了解,它适用于位于不同数据库/架构中的表。不要将迁移复制到不同的数据库。
Maven 的配置如何?
原因是,我有一个仅用于单元测试的模式,并且希望在另一个环境中拥有数据。
当然,只需为每个数据库运行一次 Flyway。此处需要 Maven 配置文件或插件执行。