please configure web facet first idea что это
How to configure Spring facet in IntelliJ IDEA
I need to run the same project that I ran on netbeans in Intellij. The project that I’m working on is made of grails and spring. When I tried to run the project using Intellij this is what I get.
And this is the file.
Could you help me fix this? Thanks
3 Answers 3
Go to File/Project Structure/Modules, click the green plus icon, select Spring from the dropdown and select your module in the next dialog.
Then click the green plus in the right pane, click plus and select your Spring configuration files and classes and click OK.
Also take a look at IntelliJ Help for Spring Facet.
Just ran into this issue out of the blue today—my build was working last night, and this morning it stopped working—so I figured I’d post my solution using IntelliJIDE CE 2019.1.
Error Messages (to help people find this answer)
Solution
Step 0: Update IntelliJ
Step 1: Clean out Maven repo and re-download dependencies to ensure that the sources are not corrupt. This will take 5+min.
Step 2: Preform a clean install.
Step 3: Update IntelliJIDE’s Repository Indexes: