application-prod.yml 346 B

12345678910111213141516171819
  1. server:
  2. port: 39101
  3. spring:
  4. datasource:
  5. driver-class-name: org.postgresql.Driver
  6. username: finance
  7. password: Finance@unicom23
  8. url: jdbc:postgresql://172.16.107.5:5432/financialdb
  9. springdoc:
  10. api-docs:
  11. enabled: false
  12. swagger-ui:
  13. enabled: false
  14. knife4j:
  15. production: true
  16. logging:
  17. level:
  18. com:
  19. nokia: info