spring in context: property-placeholder / e ement
PropertyPlaceholderConfigurer achieve BeanFactoryPostProcessor interface, it is able to property values ??in the external management. Developers can provide a separate properties file management-related properties. For example, the following properties file exists, taken from userinfo.properties.
only in the spring configuration file to add one: to, where location is the location of the configuration [...]
