123456789101112131415161718192021222324252627282930313233 |
- swagger:
- enable: true
- spring:
- datasource:
- hikari:
- jdbc-url: jdbc:postgresql://172.16.8.59:5433/postgres
- driver-class-name: org.postgresql.Driver
- username: postgres
- password: 1Qaz@wsx
- # jdbc-url: jdbc:mysql://173.18.12.194:3306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
- # driver-class-name: com.mysql.cj.jdbc.Driver
- # username: root
- # password: dsYun8!@#
- neo4j:
- # uri: bolt://172.16.8.59:7687
- # authentication:
- # username: neo4j
- # password: 1Qaz@wsx
- # uri: bolt://173.18.12.206:7687
- uri: bolt://173.18.12.194:7687
- authentication:
- username: neo4j
- password: 12345678
- springfox:
- documentation:
- enabled: true
- server:
- port: 8086
- max-http-header-size: 10MB
|