天天看点

spring cloud在bootstrap.properties配置spring.profiles.active无效

bootstrap.properties 配置

bootstrap.properties

[email protected]@

bootstrap-dev.properties / bootstrap-test.properties

#服务器地址 
spring.cloud.nacos.config.server-addr=127.0.0.1:8848 
#项目的命名空间的ID 
spring.cloud.nacos.config.namespace=862ff416-923f-46f6-a67f-786ff7fa6132 
#当前的Group 
spring.cloud.nacos.config.group=DEFAULT_GROUP 
#配置文件名称 
spring.cloud.nacos.config.name=demo 
#配置文件的文件后缀 
spring.cloud.nacos.config.fileExtension=yml
      

pom.xml 配置

Profiles选择

spring cloud在bootstrap.properties配置spring.profiles.active无效

错误配置与效果

spring cloud在bootstrap.properties配置spring.profiles.active无效

打包效果 

idea打完包后,查看打包文件,环境未指定。

spring cloud在bootstrap.properties配置spring.profiles.active无效

正确配置与效果

spring cloud在bootstrap.properties配置spring.profiles.active无效
spring cloud在bootstrap.properties配置spring.profiles.active无效