About Spring using the Context:property-placeholder property placeholder settings configuration file
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
The configuration file is stored as a key value, and the key is referenced in the spring configuration with ${}, and the value is configured in the configuration file. The life cycle of a specific key variable may be the current context, the requirement certificate.
http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-factory-placeholderconfigurer
Simplified form, if a property is not found in the attribute you specify, it is checked in the system properties. You can also customize this behavior by setting the following three values of the Systempropertiesmode property.
About Spring using the Context:property-placeholder property placeholder settings configuration file