application.yml 201 B

12345678910111213
  1. server:
  2. servlet:
  3. context-path: /ams
  4. spring:
  5. application:
  6. name: ams
  7. super-whale:
  8. title: ams服务
  9. description: 空投管理系统
  10. logging:
  11. level:
  12. com.ichaoj.ams.mapper:
  13. debug