application.yml 115 B

12345678
  1. server:
  2. # 服务器的HTTP端口,默认为8080
  3. port: 8010
  4. # Spring配置
  5. spring:
  6. profiles:
  7. active: dev