@Configuration
public class PropertySourcePlaceholderConfig {
@Bean
public PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer(){
PropertySourcesPlaceholderConfigurer configurer = new PropertySourcesPlaceholderConfigurer();
configurer.setIgnoreUnresolvablePlaceholders(true);
return configurer;
}
}
</div>
</div>
常见乱码解决
如何给程序中的变量起个好名字
jsp自定义标签
request.getHeader("Referer")理解【转载】
mybatis学习笔记1--HelloMybatis
Spring学习笔记14---bean的使用
Spring学习笔记13--Autowire(自动装配)
Spring 学习笔记12--AOP讲解
Spring学习笔记11--Spring 自动装配 Bean