Remove aggregate code, use new aggregate version by fizz-aggregate-spring-boot-starter.

This commit is contained in:
nil.zhong
2023-05-30 16:59:01 +08:00
parent eb6cc9976a
commit e674b35dfb
92 changed files with 39 additions and 12936 deletions

View File

@@ -13,9 +13,16 @@
<artifactId>fizz-core</artifactId>
<properties>
<aggregate.version>1.0.0-SNAPSHOT</aggregate.version>
</properties>
<dependencies>
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-aggregate-spring-boot-starter</artifactId>
<version>${aggregate.version}</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>