How to configure Spring facet in IntelliJ IDEA

后端 未结 3 883
野的像风
野的像风 2020-12-29 21:02

I\'m new to Intellij 14.0 . I was using Netbeans, but my colleagues told me to shift to intellij and so I did.

I need to run the same project that I ran on netbeans

3条回答
  •  心在旅途
    2020-12-29 21:57

    IntelliJ Ultimate 2018 - the manual way:

    1. Menu File -> Project Structure
    2. Right-click on your module and choose "Add..." -> Spring
    3. Optionally click "fix" if spring is not listed as a dependency
    4. Click the + icon at the top to add your spring configuration .xml file(s)

    The automatic way:

    1. Click the body of the popup notification
    2. Click the "Create Default" option

提交回复
热议问题