#---------- Spring Boot 项目 ----------# ### 服务配置 server: address: 192.168.1.118 port: 50080 servlet: context-path: /api ### 使用环境 spring: profiles: active: dev