application.yml 172 B

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