Package eu.domibus.connector.client
Class VaadinConnectorClientStarter
- java.lang.Object
-
- eu.domibus.connector.client.VaadinConnectorClientStarter
-
@SpringBootApplication(scanBasePackages="eu.domibus.connector.client") @EnableScheduling @EnableTransactionManagement @PropertySource("classpath:/default-connector-client.properties") public class VaadinConnectorClientStarter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTOR_CLIENT_CONFIG_FILE
static String
SPRING_CONFIG_LOCATION_PROPERTY_NAME
static String
SPRING_CONFIG_NAME
static String
SPRING_CONFIG_NAME_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description VaadinConnectorClientStarter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.boot.builder.SpringApplicationBuilder
configureApplicationContext(org.springframework.boot.builder.SpringApplicationBuilder application)
static String
getConnectorConfigFile()
static void
main(String[] args)
static org.springframework.context.ConfigurableApplicationContext
runSpringApplication(String[] args)
-
-
-
Field Detail
-
CONNECTOR_CLIENT_CONFIG_FILE
public static final String CONNECTOR_CLIENT_CONFIG_FILE
- See Also:
- Constant Field Values
-
SPRING_CONFIG_LOCATION_PROPERTY_NAME
public static final String SPRING_CONFIG_LOCATION_PROPERTY_NAME
- See Also:
- Constant Field Values
-
SPRING_CONFIG_NAME_PROPERTY_NAME
public static final String SPRING_CONFIG_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
-
SPRING_CONFIG_NAME
public static final String SPRING_CONFIG_NAME
- See Also:
- Constant Field Values
-
-
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()
-
-