Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 374 Bytes

File metadata and controls

9 lines (8 loc) · 374 Bytes

spring-base-core

概览

  • 定义DTO,规范输入输出格式,参考Response
  • 定义错误码、异常,参考CommonException
  • 定义事件接口契约,参考EventI
  • 定义TraceId生成工具,参考TraceUtils
  • 添加statemachine状态机,支持Fluent API调用
  • 添加SPI扩展工厂,方便扩展定义实现,参考SpiExtensionFactory