16
10
2
1215
6
1
Boot 中提供了 @EnableAutoConfiguration 这个注解来实现spring的context以及配置一些它“揣测”我们可能需...
下面是最近使用Boot中profile的一些记录。 为不同的环境设置配置文件 比如说,我们使用 application.yml 来作为我们项目的...