spring-configuration-metadata.json 675 B

12345678910111213141516171819202122232425262728
  1. {
  2. "hints": [],
  3. "groups": [
  4. {
  5. "sourceType": "io.platform.base.common.utils.JwtUtils",
  6. "name": "platform.jwt",
  7. "type": "io.platform.base.common.utils.JwtUtils"
  8. }
  9. ],
  10. "properties": [
  11. {
  12. "sourceType": "io.platform.base.common.utils.JwtUtils",
  13. "defaultValue": 0,
  14. "name": "platform.jwt.expire",
  15. "type": "java.lang.Long"
  16. },
  17. {
  18. "sourceType": "io.platform.base.common.utils.JwtUtils",
  19. "name": "platform.jwt.header",
  20. "type": "java.lang.String"
  21. },
  22. {
  23. "sourceType": "io.platform.base.common.utils.JwtUtils",
  24. "name": "platform.jwt.secret",
  25. "type": "java.lang.String"
  26. }
  27. ]
  28. }