Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

44 Zeilen
1.3KB

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