Files
huangzj b9d82ae29c feat(Java_SpringExample): 优化类名、@auther、添加控制层测试
CacheController 缓存
                               EncodedController 编码
                               FreemarkerController 模板
                               FullFillTimeValueController 补时间
                               ITextController pdf生成
                               LoginController 登录控制
                               RedisController redis操作
                               RequestLimitController 接口访问频率控制
                               WangEditorController WangEditor编辑器使用
2020-06-30 16:17:02 +08:00

24 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
##工程作用
##更新记录
2020/5/22 : 创建工程(代码有问题,先提交)
2020/5/26 : AspectJ代码提交,代码报错未解决
2020/5/29 : 增加Properties文件字段读取两种方式(propertiesScan),PostConstruct的使用、BeanPostProcessor在Bean初始化前后进行处理(init)、统一异常处理的两种方式(exceptionHandler)、统一出参报文处理(response)
新增上下文刷新判断处理类(refreshEvent)、添加HttpSession监听器(listener
2020/6/3 :增加Servlet监听器启动Schedule定时任务(SchemeTaskListener
2020/6/30 : 新增WangEditor使用示例
2020/6/30 :优化类名、@auther、添加控制层测试
CacheController 缓存
EncodedController 编码
FreemarkerController 模板
FullFillTimeValueController 补时间
ITextController pdf生成
LoginController 登录控制
RedisController redis操作
RequestLimitController 接口访问频率控制
WangEditorController WangEditor编辑器使用