Since I've upgraded to Intellij IDEA 13, I've been getting a warning message at startup:
Spring Configuration Check
Unmapped Spring configuration files found.
Please configure/setup Spring facet for modules: ...
When I click on the link to determine what files are unmapped, I see that they are all underneath a bin
directory.
Is there a way I can tell IntelliJ not to warn me about files beneath bin
?
Run your Spring Boot application and open the Services tool window: select View | Tool Windows | Services or press Alt+8 . Select your running Spring Boot application and open the Actuator tab.
Last modified: 01 August 2022. Spring is an application framework for the Java platform. It helps you build modern web applications with support for microservice architectures, cloud systems, reactive processing, and serverless workloads.
If you just want to disable the notifications, do this:
IntelliJ > Preferences > Notifications > Spring Configuration Check > No popup
Or in IntelliJ IDEA 14
IntelliJ > Preferences > Appearance & Behavior > Notifications > Spring Configuration Check > No popup
In IntelliJ IDEA 15, this has changed once again:
IntelliJ > Preferences > Editor > Inspections > Deselect Spring checkbox
The bin folder should be excluded from search as it contains compilation output.
Find the bin folder in project view, right click it, go to mark directory as, click excluded.
Cory Klein provide working solution, but path has been changed to
File -> Settings (Ctrl + Alt + S) -> Appearance & Behavior -> Notifications -> Spring Configuration Check > No popup
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With