Browse Source

Adding a dependency.

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
bb1d2f2d02
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      spring-boot-demo-upload/pom.xml

+ 5
- 0
spring-boot-demo-upload/pom.xml View File

@@ -38,6 +38,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
</dependencies>

<build>


Loading…
Cancel
Save