spring-configuration-metadata.json 547 B

1234567891011121314151617181920212223
  1. {
  2. "groups": [
  3. {
  4. "name": "file",
  5. "type": "com.tuoren.web.utils.listener.ListenerProperties",
  6. "sourceType": "com.tuoren.web.utils.listener.ListenerProperties"
  7. },
  8. {
  9. "name": "shiro",
  10. "type": "com.tuoren.web.shiro.ShiroConfig",
  11. "sourceType": "com.tuoren.web.shiro.ShiroConfig"
  12. }
  13. ],
  14. "properties": [
  15. {
  16. "name": "file.listener-time",
  17. "type": "java.lang.Long",
  18. "sourceType": "com.tuoren.web.utils.listener.ListenerProperties",
  19. "defaultValue": 0
  20. }
  21. ],
  22. "hints": []
  23. }