thinglinks-validator-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.mqttsnet.basic</groupId> <artifactId>thinglinks-validator-starter</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>thinglinks-util-pro</artifactId> <groupId>com.mqttsnet.basic</groupId> <version>1.0.1</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>thinglinks-validator-starter</artifactId> <name>${project.artifactId}</name> <description>表单验证模块</description> <dependencies> <dependency> <groupId>com.mqttsnet.basic</groupId> <artifactId>thinglinks-core</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel-core</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>