基于pigx的分布式架构
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.

16 lines
480 B

11 months ago
  1. {
  2. "groups": [
  3. {
  4. "name": "security.oauth2.ignore",
  5. "type": "com.pig4cloud.pig.common.security.component.PermitAllUrlProperties",
  6. "sourceType": "com.pig4cloud.pig.common.security.component.PermitAllUrlProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "security.oauth2.ignore.urls",
  12. "type": "java.util.List<java.lang.String>",
  13. "sourceType": "com.pig4cloud.pig.common.security.component.PermitAllUrlProperties"
  14. }
  15. ],
  16. "hints": []
  17. }