@Profile @Scope

@Component @Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE) public class ScopeBean { }     @Bean(name = "dataSource") @Profile("dev") public DataSource getDevDataSource () { Properties props = new
相关文章
相关标签/搜索