application-dev.yml 211 B

123456789101112
  1. #---------- Spring Boot 项目 ----------#
  2. ### 服务配置
  3. server:
  4. address: 192.168.1.118
  5. port: 50080
  6. servlet:
  7. context-path: /api
  8. ### 使用环境
  9. spring:
  10. profiles:
  11. active: dev