org.surfnet.cruncher.config
Class SpringConfiguration
java.lang.Object
org.surfnet.cruncher.config.SpringConfiguration
@EnableScheduling
@Configuration
@PropertySource(value={"classpath:application.properties","classpath:cruncher.properties"})
@ImportResource(value="classpath:aggregationScheduling.xml")
@ComponentScan(basePackages="org.surfnet.cruncher")
public class SpringConfiguration- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringConfiguration
public SpringConfiguration()
ebDataSource
@Bean
public DataSource ebDataSource()
cruncherDataSource
@Bean
public DataSource cruncherDataSource()
authorizationServerFilter
@Bean
public javax.servlet.Filter authorizationServerFilter()
flyway
@Bean
public com.googlecode.flyway.core.Flyway flyway()
ebJdbcTemplate
@Bean
public org.springframework.jdbc.core.JdbcTemplate ebJdbcTemplate()
cruncherJdbcTemplate
@Bean
public org.springframework.jdbc.core.JdbcTemplate cruncherJdbcTemplate()
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.