标签: java spring
我有一个PropertySource bean,例如:
PropertySource
@Bean MapPropertySource properties() { return new MapPropertySource(...); }
但是,默认情况下似乎没有将它们选中。缺少编写自定义bean处理器的方法,有没有办法告诉Spring自动选择这些处理器?