Task:
1. Set up the latest Spring Core and Sprint MVC. Version: 5.0.8.RELEASE. Use variables in pom.xml.
2. Create a simple IndexController that returns the plain text “Hello” for any request. Use the Java configuration instead of xml configuration. Continue reading