@Configuration @ComponentScan(basePackageClasses=InstallApex.class) @PropertySource(value="classpath:application.properties") @Import(value=LoggingConfiguration.class) public class ApplicationConfiguration extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.cli.CommandLineParser |
commandLineParser() |
liquibase.database.DatabaseFactory |
databaseFactory() |
jline.console.ConsoleReader |
errorConsoleReader() |
org.apache.commons.cli.HelpFormatter |
helpFormatter() |
org.springframework.jdbc.core.JdbcTemplate |
jdbcTemplate() |
org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy |
lazyConnectionDataSourceProxy() |
org.springframework.context.MessageSource |
messageSource() |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertyPlaceholderConfigurer() |
liquibase.resource.ResourceAccessor |
resourceAccessor() |
org.springframework.core.io.ResourceEditor |
resourceEditor() |
jline.console.ConsoleReader |
standardConsoleReader() |
org.springframework.ui.velocity.VelocityEngineFactoryBean |
velocityEngineFactoryBean() |
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertyPlaceholderConfigurer()
@Bean public org.springframework.context.MessageSource messageSource()
@Bean public org.springframework.core.io.ResourceEditor resourceEditor()
@Bean public org.apache.commons.cli.CommandLineParser commandLineParser()
@Bean public org.springframework.ui.velocity.VelocityEngineFactoryBean velocityEngineFactoryBean()
@Bean public org.apache.commons.cli.HelpFormatter helpFormatter()
@Bean public liquibase.resource.ResourceAccessor resourceAccessor()
@Bean public liquibase.database.DatabaseFactory databaseFactory()
@Bean(destroyMethod="shutdown")
@Qualifier(value="standard")
public jline.console.ConsoleReader standardConsoleReader()
throws IOException
IOException@Bean(destroyMethod="shutdown")
@Qualifier(value="error")
public jline.console.ConsoleReader errorConsoleReader()
throws IOException
IOException@Bean public org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy lazyConnectionDataSourceProxy()
@Bean public org.springframework.jdbc.core.JdbcTemplate jdbcTemplate()
Copyright © 2016. All rights reserved.