spring:
profiles:
active: dev # 默认使用的 dev 环境
application:
name: account-service

SpringBoot如何实现分环境配置_spring