添加 commitIfTrue。

This commit is contained in:
2024-10-03 08:46:24 +08:00
parent 354fe42e0d
commit 3ca9ad2be1
6 changed files with 233 additions and 119 deletions

View File

@@ -21,6 +21,12 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>