-
Notifications
You must be signed in to change notification settings - Fork 12
/
进度记录.txt
238 lines (188 loc) · 8.77 KB
/
进度记录.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
clever-webui
依赖模块:无
未完成功能:
1.
2.
clever-common
依赖模块:无
未完成功能:
1.
2.
clever-core
依赖模块:clever-common、clever-webui
未完成功能:
1.模块管理主页
2.多级字典管理
clever-generator
依赖模块:clever-common、clever-core
未完成功能:
1.模块管理主页
2.根据模版选择数据生成代码
3.直接选择模版和数据生成代码
4.代码生成帮助页面
5.代码模版管理页面(未完成)
7.模版关联名称修改BUG -- 页面重做
clever-quartz
依赖模块:clever-common、clever-core
未完成功能:
1.模块管理主页
2.触发器监控页面
3.定时任务管理页面更新定时任务、更新触发器(目前只能删除、新增)
clever-monitor
依赖模块:clever-common、clever-webui
未完成功能:
1.服务端JVM监控、Hibernate监控
2.监控模块主页
3.Log4jMonitor.jsp - 已完成
4.JvmMonitor.jsp - 服务端也未完成
5.MemcacheMonitor.jsp 监控JSP页面
6.RedisMonitor.jsp 监控JSP页面
clever-sys
依赖模块:clever-common、clever-core
未完成功能:
动态授权
## ----------------------------------------- 系统核心 ----------------------------------------- ##
## =========== 验证码
/servlet/validateCode
## =========== clever-core
/${base.mvcPath}/core/main/CoreMain.html
/${base.mvcPath}/core/accesslog/AccessLog.html
/${base.mvcPath}/core/accesslog/findAccessLogByPage.json
/${base.mvcPath}/core/config/Config.html
/${base.mvcPath}/core/config/findConfigByPage.json
/${base.mvcPath}/core/config/addConfig.json
/${base.mvcPath}/core/config/updateConfig.json
/${base.mvcPath}/core/config/deleteConfig.json
/${base.mvcPath}/core/dict/Dict.html
/${base.mvcPath}/core/dict/findDictByPage.json
/${base.mvcPath}/core/dict/addDict.json
/${base.mvcPath}/core/dict/updateDict.json
/${base.mvcPath}/core/dict/deleteDict.json
/${base.mvcPath}/core/dict/findDictByType.json
/${base.mvcPath}/core/globaljs/globalPath.js
/${base.mvcPath}/core/mdict/MDict.html
/${base.mvcPath}/core/mdict/findMDictByPage.json
/${base.mvcPath}/core/mdict/addMDict.json
/${base.mvcPath}/core/mdict/updateMDict.json
/${base.mvcPath}/core/mdict/deleteMDict.json
/${base.mvcPath}/core/qlscript/QLScript.html
/${base.mvcPath}/core/qlscript/findQLScriptByPage.json
/${base.mvcPath}/core/qlscript/addQLScript.json
/${base.mvcPath}/core/qlscript/updateQLScript.json
/${base.mvcPath}/core/qlscript/deleteQLScript.json
/${base.mvcPath}/core/template/Template.html
/${base.mvcPath}/core/template/findTemplateByPage.json
/${base.mvcPath}/core/template/addTemplate.json
/${base.mvcPath}/core/template/updateTemplate.json
/${base.mvcPath}/core/template/deleteTemplate.json
/${base.mvcPath}/core/template/getTemplateByName.json
## ----------------------------------------- 代码生成器 ----------------------------------------- ##
## =========== clever-generator
/${base.mvcPath}/generator/main/GeneratorMain.html
/${base.mvcPath}/generator/codeformat/format.json
/${base.mvcPath}/generator/codetemplate/CodeTemplate.html
/${base.mvcPath}/generator/codetemplate/findAllCodeTemplate.json
/${base.mvcPath}/generator/codetemplate/findChildNode.json
/${base.mvcPath}/generator/codetemplate/addCodeTemplateCategory.json
/${base.mvcPath}/generator/codetemplate/addCodeTemplateCode.json
/${base.mvcPath}/generator/codetemplate/updateCodeTemplate.json
/${base.mvcPath}/generator/codetemplate/delCodeTemplate.json
/${base.mvcPath}/generator/generatorcode/GeneratorCode.html
/${base.mvcPath}/generator/generatorcode/generatorCode.json
/${base.mvcPath}/generator/generatorcode/generatorCode.json
/${base.mvcPath}/generator/matedata/TableGeneratorCode.html
/${base.mvcPath}/generator/matedata/findAllDataBaseSummary.json
/${base.mvcPath}/generator/matedata/getTableSchema.json
## ----------------------------------------- 系统定时任务 ----------------------------------------- ##
## =========== clever-quartz
/${base.mvcPath}/quartz/main
/${base.mvcPath}/quartz/joblog/JobDetailLog.html
/${base.mvcPath}/quartz/joblog/findQrtzJobLogByPage.json
/${base.mvcPath}/quartz/schedulerlog/SchedulerLog.html
/${base.mvcPath}/quartz/schedulerlog/findSchedulerLogByPage.json
/${base.mvcPath}/quartz/triggerlog/TriggerLog.html
/${base.mvcPath}/quartz/triggerlog/findTriggerLogByPage.json
/${base.mvcPath}/quartz/jobdetail/JobDetail.html
/${base.mvcPath}/quartz/jobdetail/getAllJobKey.json
/${base.mvcPath}/quartz/jobdetail/getAllJobDetail.json
/${base.mvcPath}/quartz/jobdetail/getAllJobClassName.json
/${base.mvcPath}/quartz/jobdetail/getJobGroupNames.json
/${base.mvcPath}/quartz/jobdetail/saveJobDetail.json
/${base.mvcPath}/quartz/jobdetail/deleteJobDetail.json
/${base.mvcPath}/quartz/jobdetail/pauseJob.json
/${base.mvcPath}/quartz/jobdetail/resumeJob.json
/${base.mvcPath}/quartz/jobdetail/triggerJob.json
/${base.mvcPath}/quartz/scheduler/Scheduler.html
/${base.mvcPath}/quartz/scheduler/standby.json
/${base.mvcPath}/quartz/scheduler/start.json
/${base.mvcPath}/quartz/scheduler/pauseAll.json
/${base.mvcPath}/quartz/scheduler/resumeAll.json
/${base.mvcPath}/quartz/scheduler/getRunningJobs.json
/${base.mvcPath}/quartz/scheduler/interrupt.json
/${base.mvcPath}/quartz/scheduler/getMetaData.json
/${base.mvcPath}/quartz/scheduler/getContext.json
/${base.mvcPath}/quartz/trigger/validatorCron.json
/${base.mvcPath}/quartz/trigger/addSimpleTriggerForJob.json
/${base.mvcPath}/quartz/trigger/addCronTriggerForJob.json
/${base.mvcPath}/quartz/trigger/getTriggerByJob.json
/${base.mvcPath}/quartz/trigger/getTriggerGroupNames.json
/${base.mvcPath}/quartz/trigger/deleteTriggerByJob.json
/${base.mvcPath}/quartz/trigger/deleteTrigger.json
/${base.mvcPath}/quartz/trigger/pauseTrigger.json
/${base.mvcPath}/quartz/trigger/resumeTrigger.json
## ----------------------------------------- 系统监控 ----------------------------------------- ##
## =========== clever-monitor
/${base.mvcPath}/monitor/ehcache/EhcacheMonitor.html
/${base.mvcPath}/monitor/ehcache/getAllEhCacheNames.json
/${base.mvcPath}/monitor/ehcache/getCacheManagerInfo.json
/${base.mvcPath}/monitor/ehcache/getCacheInfo.json
/${base.mvcPath}/monitor/ehcache/getCacheData.json
/${base.mvcPath}/monitor/ehcache/clearCache.json
/${base.mvcPath}/monitor/ehcache/getElementInfo.json
/${base.mvcPath}/monitor/ehcache/removeElement.json
/${base.mvcPath}/monitor/log4j/Log4jMonitor.html
/${base.mvcPath}/monitor/log4j/getAllLoggerInfo.json
/${base.mvcPath}/monitor/log4j/setLoggerLevel.json
/${base.mvcPath}/monitor/memcache/MemcacheMonitor.html
/${base.mvcPath}/monitor/memcache/getStats.json
/${base.mvcPath}/monitor/memcache/startTest.json
/${base.mvcPath}/monitor/redis/RedisMonitor.html
/${base.mvcPath}/monitor/redis/getRedisInfo.json
/${base.mvcPath}/monitor/redis/getKeyCount.json
/${base.mvcPath}/monitor/redis/getConfig.json
/${base.mvcPath}/monitor/redis/getKeys.json
/${base.mvcPath}/monitor/redis/getValue.json
/${base.mvcPath}/monitor/redis/startTest.json
/${base.mvcPath}/monitor/server/ServerMonitor.html
/${base.mvcPath}/monitor/server/getApplicationAttribute.json
/${base.mvcPath}/monitor/server/getSessionAttribute.json
/${base.mvcPath}/monitor/server/removeSessionAttribute.json
/${base.mvcPath}/monitor/server/removeApplicationAttribute.json
/${base.mvcPath}/monitor/spring/SpringMonitor.html
/${base.mvcPath}/monitor/spring/getSpringBeans.json
/${base.mvcPath}/monitor/zookeeper/ZookeeperMonitor.html
/${base.mvcPath}/monitor/zookeeper/getChildren.json
/${base.mvcPath}/monitor/zookeeper/getZNodeInfo.json
## ----------------------------------------- 系统用户角色权限 ----------------------------------------- ##
## =========== clever-sys
/${base.mvcPath}/sys/resources/Resources.html
/${base.mvcPath}/sys/resources/DependenceResources.html
/${base.mvcPath}/sys/resources/findByPage.json
/${base.mvcPath}/sys/resources/addResources.json
/${base.mvcPath}/sys/resources/updateResources.json
/${base.mvcPath}/sys/resources/deleteResources.json
/${base.mvcPath}/sys/resources/findDependenceResources.json
/${base.mvcPath}/sys/resources/addDependenceResources.json
/${base.mvcPath}/sys/resources/deleteDependenceResources.json
/${base.mvcPath}/sys/resources/findResourcesTree.json
## ----------------------------------------- 流程引擎 ----------------------------------------- ##
## =========== clever-activiti
/${base.mvcPath}/activiti/manager/Deployment.html
/${base.mvcPath}/activiti/manager/ProcessDefinition.html
/${base.mvcPath}/activiti/manager/Model.html
/${base.mvcPath}/activiti/manager/ProcessInstance.html
/${base.mvcPath}/activiti/manager/Task.html
/${base.staticPath}/Activiti/modeler.html?modelId=15001
/${base.staticPath}/Activiti/diagram-viewer/index.html?processDefinitionId=请假流程:1:4
## ----------------------------------------- 文档模块 ----------------------------------------- ##
/${base.mvcPath}/doc/docdocument/DocumentEdit.html