# 端口号 可放在环境配置文件中,不同的环境使用不同端口 #默认为7080 server.port=19527 #spring.application.name=项目名 #环境 dev prod test spring.profiles.active=dev #激活方式 #命令行:--spring.profiles.active=dev #配置文件:spring.profiles.active=dev #jvm参数:-Dspring.profiles.active=dev