12345678910111213141516171819 |
- server:
- port: 39101
- spring:
- datasource:
- driver-class-name: org.postgresql.Driver
- username: finance
- password: Finance@unicom23
- url: jdbc:postgresql://172.16.107.5:5432/financialdb
- springdoc:
- api-docs:
- enabled: false
- swagger-ui:
- enabled: false
- knife4j:
- production: true
- logging:
- level:
- com:
- nokia: info
|