I am now presented with this message every time I open any of my context definition files:
And given these options:
It doesn't seem to matter which option I select I am still presented with the message ... ? I have a spring-servlet.xml in WEB-INF which itself imports 3 different files (hibernate.xml, security.xml, and beans.xml which are stored in my resources directory and define beans related to their name).
Everything is working hunky-dory, just wanted to know what the message was supposed to signify?
Enable Spring support in IntelliJ IDEAPress Ctrl+Alt+S to open the IDE settings and select Plugins. Open the Installed tab, search for Spring and make sure that the checkboxes next to all relevant plugins are selected.
The 'context' in the spring framework is shorthand for "ApplicationContext", which is the programming construct that the framework uses to access components from the Inversion-of-Control container where they are cached.
IntelliJ IDEA creates and executes the Spring Boot run configuration. For more information, see Spring Boot run configuration.
Had the same warning. Went to Project Settings -> Modules -> Spring and deleted all but one context which held all of my .xml files. No files should be deleted when you do this (it's just an IDEA config) and the warning should go away.
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