application-datang.yml 754 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. server:
  2. port: 9002
  3. knife4j:
  4. enable: true
  5. setting:
  6. language: zh-CN
  7. swagger-model-name: 模型
  8. basic:
  9. enable: true
  10. username: znzn
  11. password: znzn_prod
  12. mybatis-plus:
  13. configuration:
  14. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  15. token:
  16. secretKey: jdj29lke8092-34204wdfnih8723309l;l;lf;wrwhgiq2nkhyisndfoupern
  17. spring:
  18. datasource:
  19. url: jdbc:p6spy:mysql://127.0.0.1:3306/energy_data_prod?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
  20. username: root
  21. password: admin123456
  22. redis:
  23. host: 172.16.37.22
  24. port: 6379
  25. password: 123456
  26. jedis:
  27. pool:
  28. max-active: 8
  29. max-wait: -1
  30. database: 10
  31. logging:
  32. config: classpath:logback-prod.xml