# 508_Spring_Cloud_Alibaba **Repository Path**: whitelighthouses/spring_cloud_alibaba_508 ## Basic Information - **Project Name**: 508_Spring_Cloud_Alibaba - **Description**: 代码使我自由,一起来吧 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-16 - **Last Updated**: 2022-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **springboot配置文件优先级** bootstrap.properties > bootstrap.yaml >application.properties > application.yaml ![img.png](img.png) **通过启动命令+spring.profiles.active=test环境启动** java -jar springboot.jar -Dspring.profiles.active=test **相同服务,不同的环境,共享配置文件** ${spring.application.name}.${file-extension} 例如:configdemo.yaml