启动类: ApplicationContext ac = new ClassPathXmlApplicationContext("spring-${username}.xml"); Person bean = ac.getBean(Person.class); 调用链路如下: parseStringValue:130, PropertyPlaceholderHelper (org.springframework.util)