25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

82 satır
2.4 KiB

  1. server:
  2. servlet:
  3. contextPath: /api
  4. encoding:
  5. charset: UTF-8
  6. enabled: true
  7. force: true
  8. port: 8090
  9. error:
  10. include-message: always
  11. # PostCompletedDn GRN: runs daily at 00:01, processes all POs with receipt date = yesterday.
  12. # Set enabled: false to disable. Optional receiptDate: "yyyy-MM-dd" overrides for testing only.
  13. scheduler:
  14. postCompletedDnGrn:
  15. enabled: false
  16. # receiptDate: # leave unset for production (uses yesterday)
  17. grnCodeSync:
  18. enabled: false # set true in prod; backfills grn_code from M18 GET /root/api/read/an
  19. # Lookback: created from start of (today − N days) through now, missing grn_code. E.g. 4 = last 4 days + today.
  20. syncOffsetDays: 0
  21. spring:
  22. servlet:
  23. multipart:
  24. max-file-size: 500MB
  25. max-request-size: 600MB
  26. jpa:
  27. hibernate:
  28. naming:
  29. physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  30. database-platform: org.hibernate.dialect.MySQL8Dialect
  31. properties:
  32. hibernate:
  33. dialect:
  34. storage_engine: innodb
  35. # JWT: access token expiry and refresh token expiry. Frontend should call /refresh-token before access token expires.
  36. # Signing key must be STABLE across server restarts (do not use a random key per boot). Override with env JWT_SECRET in production.
  37. jwt:
  38. expiration-minutes: 14400 # access token: 10 days (default); override in application-prod for shorter session
  39. refresh-expiration-days: 30 # refresh token validity (days)
  40. secret: ${JWT_SECRET:fpsms-dev-jwt-signing-secret-change-for-production-use-long-random-JWT_SECRET}
  41. logging:
  42. config: 'classpath:log4j2.yml'
  43. bom:
  44. import:
  45. temp-dir: ${java.io.tmpdir}/fpsms-bom-import
  46. m18:
  47. config:
  48. grant-type: password
  49. client-id: M2Y1OGYxMmQtZDRiOS00OTA4LTgyNTktZDRkNzEzNWVkMzRm
  50. client-secret: M2Y2YjQzYzQtZTc2Mi00OTFhLTkwYmItYmJhMzFjZjEyYmY5
  51. username: testingMTMS
  52. password: db25f2fc14cd2d2b1e7af307241f548fb03c312a
  53. base-url: https://toa.m18saas.com/jsf/rfws
  54. base-url-uat: https://toauat.m18saas.com/jsf/rfws
  55. base-password: qwer1234
  56. supplier:
  57. shop-po: P06, P07
  58. oem-po: T62
  59. supplier-not:
  60. material-po: P06, P07
  61. beId:
  62. toa: 1
  63. pf: 27
  64. pp: 29
  65. seriesId:
  66. pp: 26
  67. pf: 33
  68. fa: 2
  69. fb: 3
  70. fc: 4
  71. fd: 5
  72. ff: 6
  73. sc: 27
  74. se: 28
  75. sf: 70
  76. sr: 29