spring boot 中active的profile会和标准配置合并吗

如下图,两个profile配置文件,一个默认的(application.properties),一个是test的。

活跃配置为test。

spring.profiles.active=test

spring boot 中active的profile会和标准配置合并吗

step1:注释了test中的,保留默认中的,应用可以正常启动。

spring boot 中active的profile会和标准配置合并吗

step2:同时注释了test中的和默认中的,应用报错。

spring boot 中active的profile会和标准配置合并吗

spring boot 中active的profile会和标准配置合并吗

结论:active的配置会合并默认配置后,一起生效。针对默认配置中已存在的项,活跃配置会覆盖之。

spring boot 中active的profile会和标准配置合并吗

上一篇:mysql InnoDB引擎索引超过长度限制


下一篇:初识 istringstream、ostringstream、stringstream 运用