feat(test):添加Spring测试框架依赖

pull/32/head
pendj 2 years ago
parent 29eb5c73f3
commit 36b2441da1

@ -16,6 +16,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>com.java3y.austin</groupId>
<artifactId>austin-handler</artifactId>

Loading…
Cancel
Save