Class SpringConfiguration


  • @Configuration
    @ComponentScan("de.tarent.extract")
    public class SpringConfiguration
    extends java.lang.Object
    • Constructor Detail

      • SpringConfiguration

        public SpringConfiguration()
    • Method Detail

      • jdbcProperties

        @Bean
        public java.util.Properties jdbcProperties()
      • propertyPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertyPlaceholderConfigurer()
      • dataSource

        @Bean
        public javax.sql.DataSource dataSource()
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException