In Spring Boot, which of the following tools can be used for database migration?

  • Flyway
  • Spring Boot Actuator
  • Spring Boot CLI
  • Spring Boot Initializer
In Spring Boot, Flyway is a popular tool used for database migration. It allows developers to version-control their database schema and apply changes to the database in a controlled and repeatable manner. While Spring Boot CLI, Spring Boot Actuator, and Spring Boot Initializer are useful in Spring Boot applications, they are not specifically designed for database migration tasks like Flyway.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *