Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. spring.servlet.multipart.max-File-Size
  2. spring.servlet.multipart.max-Request-Size
  3.  
  4. spring.servlet.multipart.maxFileSize
  5. spring.servlet.multipart.maxRequestSize
  6.  
  7. logging:
  8. file: ./log/backend.log
  9. level.: WARN
  10.  
  11. banner:
  12. location: banner/banner.txt
  13.  
  14. server:
  15. context-path: /
  16.  
  17. spring:
  18. application:
  19. name: Backend
  20. jpa:
  21. hibernate:
  22. ddl-auto: validate
  23. use-new-id-generator-mappings: true
  24. profiles:
  25. active: development
  26. http:
  27. multipart:
  28. maxFileSize: 30MB
  29. maxRequestSize: 30MB
  30.  
  31. security:
  32. basic:
  33. enabled: false
  34.  
  35. management:
  36. info:
  37. git:
  38. mode: full
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement