Class 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.
    • Method Detail

      • databaseMigration

        @PostConstruct
        public void databaseMigration()