You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1KB

  1. server:
  2. port: 8806
  3. servlet:
  4. context-path: /fuquanapi
  5. spring:
  6. application:
  7. name: fuquanapi
  8. datasource:
  9. url: jdbc:sqlserver://112.33.47.173:6789;SelectMethod=cursor;rewriteBatchedStatements=true;DatabaseName=ERPPlatForm2025_FQ_JK;encrypt=false;trustServerCertificate=true
  10. username: PlatForm_FuQ
  11. password: p|Rc9fZza[@XR-4
  12. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  13. jpa:
  14. hibernate:
  15. ddl-auto: none
  16. show-sql: true
  17. properties:
  18. hibernate:
  19. dialect: org.hibernate.dialect.SQLServer2012Dialect
  20. format_sql: true
  21. physical_naming_strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  22. use_sql_comments: true
  23. jackson:
  24. date-format: yyyy-MM-dd HH:mm:ss
  25. time-zone: GMT+8
  26. mvc:
  27. pathmatch:
  28. matching-strategy: ant_path_matcher
  29. # API客户端配置
  30. api:
  31. client:
  32. ak: 2760cd7c-cc0e-4034-86f3-d58e89f03d80
  33. sk: e2c0e9c1aaa72a0b1444f879c86a9034bf2f03be31a58b1e5b3b077948da75cf
  34. # 日志配置
  35. logging:
  36. level:
  37. com.example.webapi: DEBUG
  38. pattern:
  39. console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"