application.yml 222 B

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