spring-configuration-metadata.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "groups": [
  3. {
  4. "name": "security.oauth2.client",
  5. "type": "net.yyc.common.security.component.PermitAllUrlProperties",
  6. "sourceType": "net.yyc.common.security.component.PermitAllUrlProperties"
  7. },
  8. {
  9. "name": "social.qq",
  10. "type": "net.yyc.common.security.social.QqSocialConfig",
  11. "sourceType": "net.yyc.common.security.social.QqSocialConfig"
  12. },
  13. {
  14. "name": "social.wx",
  15. "type": "net.yyc.common.security.social.WxSocialConfig",
  16. "sourceType": "net.yyc.common.security.social.WxSocialConfig"
  17. }
  18. ],
  19. "properties": [
  20. {
  21. "name": "security.oauth2.client.ignore-urls",
  22. "type": "java.util.List<java.lang.String>",
  23. "sourceType": "net.yyc.common.security.component.PermitAllUrlProperties"
  24. },
  25. {
  26. "name": "social.qq.appid",
  27. "type": "java.lang.String",
  28. "sourceType": "net.yyc.common.security.social.QqSocialConfig"
  29. },
  30. {
  31. "name": "social.qq.secret",
  32. "type": "java.lang.String",
  33. "sourceType": "net.yyc.common.security.social.QqSocialConfig"
  34. },
  35. {
  36. "name": "social.wx.appid",
  37. "type": "java.lang.String",
  38. "sourceType": "net.yyc.common.security.social.WxSocialConfig"
  39. },
  40. {
  41. "name": "social.wx.secret",
  42. "type": "java.lang.String",
  43. "sourceType": "net.yyc.common.security.social.WxSocialConfig"
  44. }
  45. ],
  46. "hints": []
  47. }