sondertara
sondertara
最简单的办法就是 在bootstrap中不到引入profiles.active和profiles.include,通过Jvm参数指定spring.profiles.active=xxx来让application-xxx文件生效,在application中使用include
> 也碰到了这个问题, bootstrap.yml 内容不能继承到 application.yml , 如果加上 排除bootstrap参数, 又会导致 bootstrap 的关于配置中心的加密参数失效, 这个配置中心参数又必须得放到 bootstrap, 死循环了这是. > > English version: I have the same problem, that bootstrap.yml content is isolation with application.yml,...
Thank you, you're right. It's caused by an exception in the spring listener.
Which version fixed this bug,thanks a lot.