I am loading properties file in my Spring WebApplication using PropertyPlaceholderConfigurer as below:
WebApplication
PropertyPlaceholderConfigurer
you just use in your application-context
problem is you just wrongly used location, actual location is vm arg variable key => ${external.props}