Subversion Repositories SmartDukaan

Rev

Rev 35828 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35828 Rev 35830
Line 43... Line 43...
43
import java.util.Properties;
43
import java.util.Properties;
44
 
44
 
45
@Configuration
45
@Configuration
46
@EnableTransactionManagement
46
@EnableTransactionManagement
47
@ComponentScan("com.spice.profitmandi.*")
47
@ComponentScan("com.spice.profitmandi.*")
48
@PropertySource(value = {"classpath:shared-dev.properties", "classpath:META-INF/env.properties"}, ignoreResourceNotFound = true)
48
@PropertySource(value = {"classpath:META-INF/env.properties"}, ignoreResourceNotFound = true)
49
public class DBConfig {
49
public class DBConfig {
50
 
50
 
51
	private static final Logger LOGGER = LogManager.getLogger(DBConfig.class);
51
	private static final Logger LOGGER = LogManager.getLogger(DBConfig.class);
52
 
52
 
53
	// Hibernate Property Keys
53
	// Hibernate Property Keys