开启 Dubbo Provider 参数校验

This commit is contained in:
YunaiV
2020-07-17 08:19:29 +08:00
parent d619f0fae8
commit 26ea8dd907
15 changed files with 22 additions and 10 deletions

View File

@@ -54,6 +54,10 @@
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>