News

Using Spring XML configuration is so 2000’s the time has come to push the XML away and look at JavaConfig. Here is the main code to my sample project public class Main { private static final Logger ...
Notifications You must be signed in to change notification settings This is a very basic example of using Spring MVC with JavaConfig to make a helloworld web apps. The first part of this is to create ...