boot-fast-tool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-tool</artifactId>
<version>2.1.0.1.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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-tool</artifactId>
<version>2.1.0.1.6</version>
<name>boot-fast-tool</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-tool</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>zhang</name>
<email>2372292697@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:AnonymousMister/spring-boot-starter-parent.git/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-tool</connection>
<developerConnection>scm:git:git@github.com:AnonymousMister/spring-boot-starter-parent.git/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-tool</developerConnection>
<tag>master</tag>
<url>git@github.com:AnonymousMister/spring-boot-starter-parent.git/spring-boot-fast-config-code/boot-fast-config-build/boot-fast-tool</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-code</artifactId>
<version>2.1.0.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.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-configuration-processor</artifactId>
<version>2.1.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</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>
</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>