Commit ec5ea58f by ddx

增加validation的jar用于支持yy请求

parent c033bcfa
...@@ -57,5 +57,9 @@ ...@@ -57,5 +57,9 @@
<version>1.2.17</version> <version>1.2.17</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment