All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kapil.framework.config.spring.frameworkAppContext.xml Maven / Gradle / Ivy

Go to download

This is a set of utilities and classes that I have found useful over the years. In my career spanning over a decade, I have time and again written the same code or some part of the code over and over again. I never found the time to collate the details in a reusable library. This project will be a collection of such files. The work that I have been doing is more than 5 years old, however the project has been conceived in 2011.

There is a newer version: 1.2.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">


	<!-- Loading beans that hold resource data -->
	<import resource="classpath:com/kapil/framework/config/spring/core/frameworkResourceBeans.xml" />
	
	<!-- Loading beans that holds data-source beans -->
	<import resource="classpath:com/kapil/framework/config/spring/core/coreDatasourceBeans.xml" />

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy