boot-fast-config-validator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-config-validator</artifactId>
<version>2.1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-config-validator</artifactId>
<version>2.1.0.0</version>
<name>boot-fast-config-validator</name>
<description>Parent pom providing dependency and plugin management for applications
built with Maven</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-config-validator</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>centychen</name>
<email>292462859@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@gitee.com:centy/xxl-job-spring-boot-starter.git/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-config-validator</connection>
<developerConnection>scm:git:git@gitee.com:centy/xxl-job-spring-boot-starter.git/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-config-validator</developerConnection>
<tag>master</tag>
<url>git@gitee.com:centy/xxl-job-spring-boot-starter.git/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-config-validator</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-code</artifactId>
<version>2.1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
<version>2.1.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
<version>2.1.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.1.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.1.7.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-logging</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
<exclusion>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-to-slf4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>