release v3.0.0: core refactoring, new AppRun/PostExecVerticle, proxy and router improvements

This commit is contained in:
q
2026-04-22 15:56:46 +08:00
parent 9ca6511235
commit aaae301cbc
31 changed files with 1308 additions and 423 deletions

View File

@@ -73,6 +73,12 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>