Releases: codingapi/springboot-framework
Releases · codingapi/springboot-framework
v1.5.16
fix LocalMessageException handler
v1.5.14
fix HandlerExceptionResolver to @bean
v1.5.13
add ServletExceptionHandler
v1.5.10
public RestTemplateContext
v1.5.9
http add some fature
- add httpclient Request support
v1.5.6
优化Trigger
- 异常日志打印
- remove提供默认实现
v1.5.5
fix trigger bug
关于Event与Trigger的差异说明:
Trigger与Event差异是,Event是消息驱动性,而Trigger是订阅驱动性。
两者的差异在于,Event是确定了消息而不确定订阅方,而Trigger则是确定了订阅再等待消息触发。