application-dev.yml 592B

123456789101112131415161718192021222324252627282930
  1. ###
  2. server:
  3. port: 7080
  4. ###
  5. spring:
  6. servlet:
  7. multipart:
  8. max-file-size: 10MB
  9. max-request-size: 50MB
  10. datasource:
  11. url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/shigongli?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
  12. username: shigongli
  13. password: shigongli@123
  14. ###
  15. logging:
  16. level:
  17. root: info
  18. springfox: info
  19. ###
  20. screen-shot:
  21. # webdriver.chrome.driver
  22. driver: E:/work/shigongli/lib/chromedriver.exe
  23. # milliseconds
  24. wait: 5000
  25. width: '520'
  26. height: '416'