application.yml 202 B

123456789101112
  1. # 开发环境配置
  2. server:
  3. # 服务器的HTTP端口,默认为8080
  4. port: 8080
  5. servlet:
  6. # 应用的访问路径
  7. context-path: /
  8. # Spring配置
  9. spring:
  10. profiles:
  11. active: druid,dev