spring javaconfig example – @Configuration
In this tutorial we are going to explore how we can achieve to build a completely XML-free sample Spring application. Before Spring 3.0 we are using XML based approach to configure our beans in xml file. But in Spring 3.0 we have new feature “@Configuration” which is useful to configure our beans in programmatically. let us have […]