java-profile使用

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