• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Creating dependencies

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


<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.
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic