org.surfnet.cruncher.config
Class SpringConfiguration

java.lang.Object
  extended by 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


Constructor Summary
SpringConfiguration()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringConfiguration

public SpringConfiguration()
Method Detail

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.