application.yml 222 B

1234567891011
  1. # 开发环境配置
  2. server:
  3. # 服务器的HTTP端口,默认为 7011 store 7111
  4. port: 7011
  5. spring:
  6. profiles:
  7. active: dev
  8. # include: common,config-bly
  9. # active: druid-fby
  10. # include: common,config-fby