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

master
pendj 2 years ago
parent 29eb5c73f3
commit 36b2441da1

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

Loading…
Cancel
Save