application.yml 144 B

12345678
  1. server:
  2. # 服务器的HTTP端口,默认为 7011 store 7111
  3. port: 7015
  4. spring:
  5. profiles:
  6. active: dev
  7. include: common,config-dev