<artifactId>spring-context</artifactId>
<artifactId>spring-aop</artifactId>
<artifactId>spring-webmvc</artifactId>
<artifactId>spring-web</artifactId>
I have an error in the four <artifactId> tag, it says:
The managed version is 4.2.7.RELEASE The artifact is managed in org.springframework:spring-framework-bom:4.2.7.RELEASE
based on
http://platform.spring.io/platform/, the current spring io platform is 2.0.7
<artifactId>platform-bom</artifactId>
<version>2.0.7.RELEASE</version>
Another thing, when I was reading the tutorial, it said "Create new Spring Configuration Bean file: /WebContent/WEB-INF/crunchify-servlet.xml". When I click on the WEB-INF file, how do i create a new xml file? Do we right click WEB-INF, new and click on
JSP file or which option?
Lastly, do we create an web.xml file or will it be automatically created first in WEB-INF?
Thank you.