Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

773
Views
Intellij Idea and Spring and Maven: Add Frameworks Support

I don't know, why maven don't add Spring to the Intellij "Add Frameworks Support" window. I need this support to let Intellij generate some files like dispatcher-servlet.xml. I don't know which is responsible to add Spring to this window, maven or Intellij? I added spring dependency, all plugin are installed. I have Ultimate Intellij 2017.1 Version.

pom.xml

<groupId>com.test</groupId>
    <artifactId>test</artifactId>
    <version>1.0-SNAPSHOT</version>

    <dependencies>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>4.3.7.RELEASE</version>
        </dependency>
    </dependencies>
</project>

enter image description here

enter image description here

enter image description here

about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Go to File > Project Structure

You're gonna see Spring (Your project's name). In this case, my project's name is HelloWorldDemo. Then you just right click at Spring (HelloWorldDemo) and choose delete

Then back to the main screen. Right click at your project's name > Add Framework Support. Then you're gonna see Spring MVC appears.

I hope this helps. This is my first answer at StackOverFlow. Sorry at all if I do some mistakes in posting answers.

about 4 years ago · Santiago Trujillo Report

0

The Spring Framework is not available is the Intellij community edition , only in the ULTIMATE edition!!!

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!