Package de.tarent.extract
Class SpringConfiguration
- java.lang.Object
-
- de.tarent.extract.SpringConfiguration
-
@Configuration @ComponentScan("de.tarent.extract") public class SpringConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpringConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.sql.DataSourcedataSource()java.util.PropertiesjdbcProperties()static org.springframework.context.support.PropertySourcesPlaceholderConfigurerpropertyPlaceholderConfigurer()
-
-
-
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
-
-