spring-configuration-metadata.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "groups": [
  3. {
  4. "name": "wx.mp",
  5. "type": "com.mdd.front.config.wechat.WechatMpConfig",
  6. "sourceType": "com.mdd.front.config.wechat.WechatMpConfig"
  7. },
  8. {
  9. "name": "wx.pay",
  10. "type": "com.mdd.front.config.wxpay.WxPayProperties",
  11. "sourceType": "com.mdd.front.config.wxpay.WxPayProperties"
  12. }
  13. ],
  14. "properties": [
  15. {
  16. "name": "like.upload-directory",
  17. "type": "java.lang.String",
  18. "description": "Description for like.upload-directory."
  19. },
  20. {
  21. "name": "wx.mp.js-sdk-access-token-url",
  22. "type": "java.lang.String",
  23. "sourceType": "com.mdd.front.config.wechat.WechatMpConfig"
  24. },
  25. {
  26. "name": "wx.mp.js-sdk-get-ticket-url",
  27. "type": "java.lang.String",
  28. "sourceType": "com.mdd.front.config.wechat.WechatMpConfig"
  29. },
  30. {
  31. "name": "wx.pay.description",
  32. "type": "java.lang.String",
  33. "description": "商品描述",
  34. "sourceType": "com.mdd.front.config.wxpay.WxPayProperties"
  35. },
  36. {
  37. "name": "wx.pay.order-notify-url",
  38. "type": "java.lang.String",
  39. "description": "订单支付后回调",
  40. "sourceType": "com.mdd.front.config.wxpay.WxPayProperties"
  41. },
  42. {
  43. "name": "wx.pay.order-refund-notify-url",
  44. "type": "java.lang.String",
  45. "sourceType": "com.mdd.front.config.wxpay.WxPayProperties"
  46. }
  47. ],
  48. "hints": []
  49. }