Skip to content

Instantly share code, notes, and snippets.

@hylexus
Last active February 9, 2020 09:45
Show Gist options
  • Save hylexus/fbd2101575ab1c35bc4f102871da84ca to your computer and use it in GitHub Desktop.
Save hylexus/fbd2101575ab1c35bc4f102871da84ca to your computer and use it in GitHub Desktop.
jt-framwork-gist
  • 基于注解 的请求消息体转换器
    • 代码重构
  • 基于注解 的响应消息体转换器
    • 暂时没想好怎么封装一个通用的响应消息体
    • 只提供了 服务端通用应答消息 的注解实现
  • 异常处理
    • 处理机制并不完善
      • 目前只处理了 消息转换为实体类 之后的异常
      • 如有必要,再处理消息转换之前的异常
    • 代码重构
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment