IntelliJ IDEA new message regarding Spring contexts -


i presented message every time open of context definition files:

sprign contexts


, given these options:

which option

it doesn't seem matter option select still presented message ... ? have spring-servlet.xml in web-inf imports 3 different files (hibernate.xml, security.xml, , beans.xml stored in resources directory , define beans related name).

everything working hunky-dory, wanted know message supposed signify?

had same warning. went project settings -> modules -> spring , deleted 1 context held of .xml files. no files should deleted when (it's idea config) , warning should go away.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -