Class DomibusConnectorClientApplicationStarter

  • All Implemented Interfaces:
    org.springframework.web.WebApplicationInitializer

    @SpringBootApplication(scanBasePackages="eu.domibus.connector.client")
    @EnableScheduling
    @EnableTransactionManagement
    @PropertySource("classpath:/default-connector-client.properties")
    public class DomibusConnectorClientApplicationStarter
    extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    • Constructor Detail

      • DomibusConnectorClientApplicationStarter

        public DomibusConnectorClientApplicationStarter()
    • Method Detail

      • main

        public static void main​(String[] args)
      • runSpringApplication

        public static org.springframework.context.ConfigurableApplicationContext runSpringApplication​(String[] args)
      • configureApplicationContext

        public static org.springframework.boot.builder.SpringApplicationBuilder configureApplicationContext​(org.springframework.boot.builder.SpringApplicationBuilder application)
      • getConnectorConfigFile

        @Nullable
        public static String getConnectorConfigFile()