-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
JavaRush-GNEW/new-contact-manager
#61Labels
enhancementNew feature or requestNew feature or request
Description
Description
https://www.baeldung.com/database-migrations-with-flyway
https://blog.jetbrains.com/idea/2024/11/how-to-use-flyway-for-database-migrations-in-spring-boot-applications/
Use smth like this:
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.10.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.10.0</version>
</dependency>Dependencies
Acceptance criteria
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
✅ Done