Class SyncopeCorePersistenceJPAUpgrader

java.lang.Object
org.apache.syncope.core.persistence.jpa.upgrade.SyncopeCorePersistenceJPAUpgrader
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class) public class SyncopeCorePersistenceJPAUpgrader extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

    • SyncopeCorePersistenceJPAUpgrader

      public SyncopeCorePersistenceJPAUpgrader()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception