@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
| Constructor and Description |
|---|
SpringConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Filter |
authorizationServerFilter() |
DataSource |
cruncherDataSource() |
org.springframework.jdbc.core.JdbcTemplate |
cruncherJdbcTemplate() |
DataSource |
ebDataSource() |
org.springframework.jdbc.core.JdbcTemplate |
ebJdbcTemplate() |
com.googlecode.flyway.core.Flyway |
flyway() |
@Bean public DataSource ebDataSource()
@Bean public DataSource cruncherDataSource()
@Bean public javax.servlet.Filter authorizationServerFilter()
@Bean public com.googlecode.flyway.core.Flyway flyway()
@Bean public org.springframework.jdbc.core.JdbcTemplate ebJdbcTemplate()
@Bean public org.springframework.jdbc.core.JdbcTemplate cruncherJdbcTemplate()
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.