java-profile使用

@Configuration public class ProfileConfig { @Bean @Profile("dev") public DemoBean devDemoBean() { return new DemoBean("from development profile"); } @Bean @Profile("pr
相關文章
相關標籤/搜索