In Spring Boot, _____ and _____ are popular tools for managing database migrations.
- DataSource and JDBC
- Flyway and Liquibase
- Hibernate and JPA
- Spring and SQL
In Spring Boot, Flyway and Liquibase are popular tools for managing database migrations. These tools help automate the process of evolving your database schema over time as your application evolves. They provide version control and ensure that your database schema remains in sync with your application's codebase.
Loading...
Related Quiz
- When using @PostAuthorize in Spring Security, the access control decision is made after the _____ has been invoked.
- The _____ annotation in JUnit is used to indicate that a method should be executed after all tests in the current test class have been run.
- How can you create a custom query method in a Spring Data JPA repository?
- In a Spring Boot application, how would you handle a scenario where different microservices need to work with different databases and schemas?
- How can you configure a Spring Boot project to use a different version of a specific dependency than the one provided by the Spring Boot Starter?