增加eventbus,默认guava实现

This commit is contained in:
2021-04-05 23:00:08 +08:00
parent 0c33f6a919
commit c1d2359ef3
6 changed files with 122 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ allprojects {
subprojects {
ext {
version '0.7.0'
version '0.8.0'
spring_version = "2.3.0.RELEASE"
}