application-local.yml 823 B

123456789101112131415161718192021222324252627282930313233
  1. swagger:
  2. enable: true
  3. spring:
  4. datasource:
  5. hikari:
  6. jdbc-url: jdbc:postgresql://172.16.8.59:5433/postgres
  7. driver-class-name: org.postgresql.Driver
  8. username: postgres
  9. password: 1Qaz@wsx
  10. # jdbc-url: jdbc:mysql://173.18.12.194:3306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  11. # driver-class-name: com.mysql.cj.jdbc.Driver
  12. # username: root
  13. # password: dsYun8!@#
  14. neo4j:
  15. # uri: bolt://172.16.8.59:7687
  16. # authentication:
  17. # username: neo4j
  18. # password: 1Qaz@wsx
  19. # uri: bolt://173.18.12.206:7687
  20. uri: bolt://173.18.12.194:7687
  21. authentication:
  22. username: neo4j
  23. password: 12345678
  24. springfox:
  25. documentation:
  26. enabled: true
  27. server:
  28. port: 8086
  29. max-http-header-size: 10MB