refactor: make command gateway opt-in

This commit is contained in:
lingniu
2026-07-01 04:22:10 +08:00
parent 2e54607bd6
commit 02504de021
3 changed files with 68 additions and 1 deletions

View File

@@ -49,5 +49,10 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>