server.port=8709app.name=fleetspring.profiles.active=prod#---spring.config.activate.on-profile=prodfullName=${app.name}web这种配置会使fullName的属性为fleetweb,如果spring.profiles.active不为prod,则fullName属性不存在