Spring中PropertyPlaceholderConfigurer的使用 (1) 基本的使用方法是 classpath:/spring/include/dbQuery.properties 其中classpath是引用src目录下的文件写法. PropertyPlaceholderConfigurer可以将${...}替换为指定的properties文件或system properties中的值 这样一来,我们就可以不再配置文件中为bean注入数值,而改用properties文件,可以降低