Class TopiaFlywayServiceImpl

java.lang.Object
org.nuiton.topia.flyway.TopiaFlywayServiceImpl
All Implemented Interfaces:
TopiaFlywayService, TopiaMigrationService, TopiaService

public class TopiaFlywayServiceImpl extends Object implements TopiaFlywayService
Implementation for TopiaFlywayService. Since 3.7, this implementation allows you to configure flyway using this service configuration. You can use all configuration constants as shown in ConfigUtils. Example properties:
     # let's declare a service named "migration"
     topia.service.migration=org.nuiton.topia.flyway.TopiaFlywayServiceImpl

     # let's configure that service using ConfigUtils.TABLE
     topia.service.migration.flyway.table=schema_version
 
Since:
3.0