Search code examples
spring-bootintellij-idea

Mapping missing in Intellij IDEA for Spring Boot application


I am using Spring Boot 2.3.4 , IntelliJ IDEA Ultimate version 2020.2.2 . (Example project can be found here https://github.com/ehmkah/springbootintellij ) I don't see the "mappings" sub-view in IntelliJ IDEA Services View for my springboot-application. It should be right to Health. There are several endpoints configured - they are working I see them in the browser. I guess something is not configured correctly, but I only see errors like

AM Error Loading Project: Cannot load facet Web in EventLog.

Where should I look for errors or are there any known incompatibilities?

enter image description here


Solution

  • Mappings tab as a feature requires Spring MVC bundled plugin. Please make sure it is enabled in Settings(Preferences) | Plugins.