Skip to content

scofier/SpringEventStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

使用说明

1、配置rocketmq,包括topic : com.demo.springeventstore.core.SimpleApplicationEventMulticaster 2、启动测试

代码说明

1、因为需要对事件进行JSON序列化和反序列化,所以 Event的构造函数需要加上jackson的序列化注解: @JsonCreator @JsonProperty("source")

About

spring事件持久化, ApplicationEvent增强

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages