@Profile @Scope

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