In your configuration you have 2 PropertySourcesPlaceholderConfigurer instances. applicationContext.xml <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"> <property name="environment"> <bean class="org.springframework.web.context.support.StandardServletEnvironment"/> </property> </bean> infraContext.xml <context:property-placeholder location="classpath:context-core.properties"/> By default a PlaceholderConfigurer is going to ...
  • April 5, 2022
  • 0 Comments