|  |  | 
 |  |  |                 </exclusion> | 
 |  |  |             </exclusions> | 
 |  |  |         </dependency> | 
 |  |  |         <!-- 输入参数据验证 --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.springframework.boot</groupId> | 
 |  |  |             <artifactId>spring-boot-starter-validation</artifactId> | 
 |  |  |         </dependency> | 
 |  |  |         <!-- api在线文档  https://springdoc.org/#modules--> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.springdoc</groupId> | 
 |  |  |             <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.springdoc</groupId> | 
 |  |  |             <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.springframework.boot</groupId> | 
 |  |  | 
 |  |  |             <version>1.5.5.Final</version> | 
 |  |  |             <scope>compile</scope> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.projectlombok</groupId> | 
 |  |  |             <artifactId>lombok</artifactId> | 
 |  |  |         </dependency> | 
 |  |  |     </dependencies> | 
 |  |  |  | 
 |  |  |     <build> |