Class TailormapDatabaseMigration

java.lang.Object
org.tailormap.api.configuration.TailormapDatabaseMigration

@Configuration public class TailormapDatabaseMigration extends Object
Migrate the database using JPA entities, after Flyway has migrated and the entity manager is initialized. When using Flyway callbacks, we can't use JPA.
  • Constructor Details

  • Method Details

    • databaseMigration

      @PostConstruct public void databaseMigration()