spring-configuration-metadata.json 512 B

12345678910111213141516171819
  1. {
  2. "groups": [
  3. {
  4. "name": "gig.auth.gateway",
  5. "type": "com.stellvoy.authsdk.gateway.config.AuthAutoConfiguration",
  6. "sourceType": "com.stellvoy.authsdk.gateway.config.AuthProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "gig.auth.excludePath",
  12. "type": "java.util.Set",
  13. "description": "不用登录就能访问的路径,ant风格通配符",
  14. "sourceType": "com.stellvoy.authsdk.gateway.config.AuthProperties",
  15. "defaultValue": ""
  16. }
  17. ],
  18. "hints": []
  19. }