Embedded Postgres for Spring Boot Tests

后端 未结 5 1468
时光说笑
时光说笑 2020-12-07 17:23

I\'m building a Spring Boot app, backed by Postgres, using Flyway for database migrations. I\'ve been bumping up against issues where I cannot produce a migration that gener

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 17:34

    You can try https://github.com/TouK/dockds. This auto-configures a docker contained database.

提交回复
热议问题