Day03:基础补充

2017-07-18  本文已影响0人  宇宙超人喵学长

@Configuration public class ProfileConfig { @Bean @Profile("dev") public DemoBean devDemoBean() { return new DemoBean("from development profile"); } }

上一篇 下一篇

猜你喜欢

热点阅读