application.yml 115 B

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