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.

53 lines
2.1 KiB

3 years ago
  1. {
  2. "groups": [
  3. {
  4. "name": "cache.session",
  5. "type": "com.iteaj.framework.autoconfigure.SessionCacheProperties",
  6. "sourceType": "com.iteaj.framework.autoconfigure.SessionCacheProperties"
  7. },
  8. {
  9. "name": "framework",
  10. "type": "com.iteaj.framework.autoconfigure.FrameworkProperties",
  11. "sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
  12. },
  13. {
  14. "name": "framework.auth",
  15. "type": "com.iteaj.framework.autoconfigure.FrameworkProperties$Auth",
  16. "sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
  17. }
  18. ],
  19. "properties": [
  20. {
  21. "name": "cache.session.expire",
  22. "type": "java.lang.Long",
  23. "description": "全局过期时间(秒) @see WebAuthAction#expireTime() 可以指定各端(pc,webapp)的过期时间 @see com.iteaj.framework.security.shiro.online.OnlineSessionManager#applyGlobalSessionTimeout(Session)",
  24. "sourceType": "com.iteaj.framework.autoconfigure.SessionCacheProperties",
  25. "defaultValue": 0
  26. },
  27. {
  28. "name": "cache.session.name",
  29. "type": "java.lang.String",
  30. "description": "session缓存名称",
  31. "sourceType": "com.iteaj.framework.autoconfigure.SessionCacheProperties",
  32. "defaultValue": "SBootFrameworkSessionCache"
  33. },
  34. {
  35. "name": "framework.domain",
  36. "type": "java.lang.String",
  37. "description": "当前系统访问地址,不包含uri (http:\/\/www.iteaj.com)",
  38. "sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
  39. },
  40. {
  41. "name": "framework.upload-location",
  42. "type": "java.lang.String",
  43. "description": "文件上传的跟目录 @see #uploadPattern 此uri将映射到此目录 注:只有 uploadRootDir 和 uploadRootDir 都不为空才会生效",
  44. "sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
  45. },
  46. {
  47. "name": "framework.upload-pattern",
  48. "type": "java.lang.String",
  49. "description": "上传的文件访问的路径前缀 @see #uploadLocation 此访问路径将映射到此目录",
  50. "sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
  51. }
  52. ],
  53. "hints": []
  54. }