Skip to content

Commit

Permalink
build: ➕ 增加其它测试包依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Aug 28, 2023
1 parent 3a7171f commit 9555287
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>

<!---->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
</dependency>

<!-- spring modulith -->
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-starter-test</artifactId>
</dependency>

<!-- 单元测试,我们采用 H2 作为数据库 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>


Expand Down

0 comments on commit 9555287

Please sign in to comment.