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.

bootstrap.yml 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. spring:
  2. application:
  3. name: sample
  4. mvc:
  5. locale: zh_CN
  6. messages:
  7. basename: ValidationMessages_zh
  8. jpa:
  9. database-platform: org.hibernate.dialect.MySQL8Dialect
  10. open-in-view: false
  11. cloud:
  12. nacos:
  13. discovery:
  14. enabled: true
  15. server-addr: 100.64.2.105:8848
  16. namespace: guizhou-issuer
  17. ip: 127.0.0.1
  18. # networkInterface: 以太网
  19. config:
  20. enabled: true
  21. file-extension: yaml # 必须修改成yaml
  22. server-addr: 100.64.2.105:8848
  23. namespace: guizhou-issuer
  24. extension-configs:
  25. - data-id: db-oracle.yaml
  26. refresh: true
  27. - data-id: comm-client.yaml
  28. refresh: true
  29. feign:
  30. client:
  31. config:
  32. default:
  33. connectTimeout: 10000
  34. readTimeout: 600000
  35. server:
  36. port: 8086
  37. servlet:
  38. context-path: /sample/
  39. #应用相关配置
  40. app:
  41. nodeNum: 001
  42. path: D:/devEnv/sample/ #工程的目录,#sso集成默认读取该目录下的oauth_client.properties
  43. comm:
  44. # 自定义服务地址map,key为服务名、value为服务地址。如果配置了服务地址,接口调用时请求到该地址,如果没配置,默认请求到gateway
  45. serviceAddr:
  46. sample: http://127.0.0.1:8086
  47. vfj:
  48. # vfj 环境变量配置
  49. # vfj 请求url地址
  50. url: https://10.52.0.139:8060/api/scobu/issuework.do
  51. # vfj 终端号
  52. terminalId: 520000000009
  53. # vfj 网点号
  54. netNodeId: 02000000
  55. # VFJ 服务端公钥
  56. serverPublicKey: ApjSuPm4MQLWSBp/7TVG80jrd9O1LDJ30lrU2EQr8otw
  57. # VFJ 核心生成的公钥
  58. clientPublicKey: A9oRr3Aq8czQZWRogGUoHvPcXl6aRJHdfND1CqN0NiKu
  59. # VFJ 核心生成的公钥
  60. clientPrivateKey: UZv2a6R9gxcWgZSwydA6hI5SU85W4Q1WsbP84Iqe1iE=