sprint-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-starter</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-starter</artifactId> <version>1.1.0</version> <packaging>jar</packaging> <url>https://github.com/lihongfeng0121/sprint-boot-starter.git</url> <description>sprint boot starter.</description> <properties> <java.version>1.8</java.version> <javadoc.opts>-Xdoclint:none</javadoc.opts> <sprint-framework-context.version>1.1.0</sprint-framework-context.version> <sprint-framework-web.version>1.1.0</sprint-framework-web.version> <sprint-framework-webflux.version>1.1.0</sprint-framework-webflux.version> <sprint-config-client.version>1.1.0</sprint-config-client.version> <sprint-boot-support.version>1.1.0</sprint-boot-support.version> <sprint-boot-support-springboot.version>1.1.0</sprint-boot-support-springboot.version> <sprint-boot-support-springboot2.version>1.1.0</sprint-boot-support-springboot2.version> <tomcat.embed.core.version>9.0.36</tomcat.embed.core.version> <javax.servlet.version>3.1.0</javax.servlet.version> <spring.version>5.2.20.RELEASE</spring.version> <aspectjrt.version>1.9.19</aspectjrt.version> <async-http-client.version>2.12.1</async-http-client.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version> <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> <maven-war-plugin.version>3.2.3</maven-war-plugin.version> <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-framework-context</artifactId> <version>${sprint-framework-context.version}</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-framework-web</artifactId> <version>${sprint-framework-web.version}</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-framework-webflux</artifactId> <version>${sprint-framework-webflux.version}</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-logger</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-config-client</artifactId> <version>${sprint-config-client.version}</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-support</artifactId> <version>${sprint-boot-support.version}</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-support-springboot</artifactId> <version>${sprint-boot-support-springboot.version}</version> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-support-springboot2</artifactId> <version>${sprint-boot-support-springboot2.version}</version> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>${tomcat.embed.core.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>${javax.servlet.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>${aspectjrt.version}</version> </dependency> <dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId> <version>${async-http-client.version}</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-framework-context</artifactId> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-framework-web</artifactId> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-support</artifactId> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-support-springboot</artifactId> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-boot-support-springboot2</artifactId> </dependency> <dependency> <groupId>io.github.lihongfeng0121</groupId> <artifactId>sprint-logger</artifactId> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> </dependency> <dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId> </dependency> </dependencies> <name>sprint-boot-starter</name> <developers> <developer> <name>lihongfeng</name> <email>lihongfeng0121@163.com</email> </developer> </developers> <scm> <tag>master</tag> <connection>https://github.com/lihongfeng0121/sprint-boot-starter.git</connection> <developerConnection>https://github.com/lihongfeng0121</developerConnection> <url>git@github.com:lihongfeng0121/sprint-boot-starter.git</url> </scm> <licenses> <license> <name>GNU Affero General Public License Version 3</name> <url>https://www.gnu.org/licenses/agpl-3.0.txt</url> <distribution>repo</distribution> </license> </licenses> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin.version}</version> <configuration> <parameters>true</parameters> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>${maven-failsafe-plugin.version}</version> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> <configuration> <classesDirectory>${project.build.outputDirectory}</classesDirectory> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>${maven-resources-plugin.version}</version> <configuration> <delimiters> <delimiter>${resource.delimiter}</delimiter> </delimiters> <useDefaultDelimiters>false</useDefaultDelimiters> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>${maven-shade-plugin.version}</version> <configuration> <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope> <createDependencyReducedPom>true</createDependencyReducedPom> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <!-- GPG --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <source>${java.version}</source> <target>${java.version}</target> <encoding>utf-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.0</version> <configuration> <encoding>UTF-8</encoding> <charset>UTF-8</charset> <docencoding>UTF-8</docencoding> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>aggregate-jar</goal> </goals> </execution> </executions> </plugin> </plugins> <resources> <resource> <directory>${basedir}/src/main/resources</directory> <filtering>true</filtering> <includes> <include>**/application*.yml</include> <include>**/application*.yaml</include> <include>**/application*.properties</include> </includes> </resource> <resource> <directory>${basedir}/src/main/resources</directory> <excludes> <exclude>**/application*.yml</exclude> <exclude>**/application*.yaml</exclude> <exclude>**/application*.properties</exclude> </excludes> </resource> </resources> </build> <profiles> <!--release--> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>${maven-deploy-plugin.version}</version> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>${nexus-staging-maven-plugin.version}</version> <extensions>true</extensions> <configuration> <serverId>oss</serverId> <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <distributionManagement> <snapshotRepository> <id>sonatype-snapshots</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>sonatype-release</id> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </profile> </profiles> </project>