application.yml 275 B

123456789101112131415
  1. spring:
  2. profiles:
  3. active: dev
  4. servlet:
  5. multipart:
  6. max-file-size: 100MB
  7. max-request-size: 100MB
  8. http:
  9. enabled: false
  10. # configuration:
  11. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  12. global-config:
  13. db-config:
  14. id-type: auto