Springboot配置 相关 多个properties
要在application.properties指定spring.profiles.active=prod
(#spring.profiles.active=@profileActive@ 指定这个可能会不起作用 报错:The following profiles are active: @profileActive@ 无法识别 profileActive)

Springboot配置 相关 多个properties
要在application.properties指定spring.profiles.active=prod
(#spring.profiles.active=@profileActive@ 指定这个可能会不起作用 报错:The following profiles are active: @profileActive@ 无法识别 profileActive)