star-tiger-framework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework</artifactId>
<version>0.9.1</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>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework</artifactId>
<version>0.9.1</version><!-- -SNAPSHOT -->
<packaging>pom</packaging>
<name>StarTigerFramework</name>
<description>Star Tiger 脚手架项目</description>
<url>https://github.com/snake19870227/star-tiger-framework</url>
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/snake19870227/star-tiger-framework/issues</url>
</issueManagement>
<licenses>
<license>
<name>Apache License,Version 2.0</name>
<url>https://www.apache.org/licenses/</url>
</license>
</licenses>
<developers>
<developer>
<name>buhuayang</name>
<email>buhuayang1987@foxmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:snake19870227/star-tiger-framework.git</connection>
<developerConnection>scm:git@github.com:snake19870227/star-tiger-framework.git</developerConnection>
<url>git@github.com:snake19870227/star-tiger-framework.git</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<profiles>
<profile>
<id>mac-center-release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>windows-center-release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<ascDirectory>C:\Program Files (x86)\GnuPG\bin\gpg.exe</ascDirectory>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<modules>
<module>star-tiger-framework-dependencies</module>
<module>star-tiger-framework-core</module>
<module>star-tiger-framework-web</module>
<module>star-tiger-spring-boot-autoconfigure</module>
<module>star-tiger-spring-boot-starter</module>
<module>star-tiger-framework-aliyun</module>
<module>star-tiger-framework-admin</module>
<module>star-tiger-framework-oss</module>
<module>star-tiger-framework-pay</module>
<module>star-tiger-framework-sms</module>
<module>star-tiger-framework-amap</module>
<module>star-tiger-framework-tplus</module>
<module>star-tiger-samples</module>
</modules>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
<maven-jar-plugin.version>3.1.2</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
<flatten-maven-plugin.version>1.2.1</flatten-maven-plugin.version>
<spring-boot.version>2.3.4.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
<spring-cloud-alibaba.version>2.2.0.RELEASE</spring-cloud-alibaba.version>
<spring-boot-admin.version>2.3.0</spring-boot-admin.version>
<mybatis.version>3.5.4</mybatis.version>
<mybatis-spring.version>2.0.4</mybatis-spring.version>
<mybatis-spring-boot-starter.version>2.1.2</mybatis-spring-boot-starter.version>
<mybatis-plus.version>3.3.2</mybatis-plus.version>
<jjwt.version>0.10.6</jjwt.version>
<hutool.version>5.3.9</hutool.version>
<velocity-engine.version>2.1</velocity-engine.version>
<springfox-swagger2.version>2.9.2</springfox-swagger2.version>
<swagger-spring-boot-starter.version>1.9.0.RELEASE</swagger-spring-boot-starter.version>
<jsonp.version>1.11.3</jsonp.version>
<mapstruct.version>1.3.1.Final</mapstruct.version>
<zxing.version>3.4.0</zxing.version>
<sharding-jdbc.version>4.0.1</sharding-jdbc.version>
<poi-ooxml.version>4.1.2</poi-ooxml.version>
<logstash-logback-encoder.version>6.3</logstash-logback-encoder.version>
<minio.version>3.0.10</minio.version>
<aliyun-java-sdk-core.version>4.5.3</aliyun-java-sdk-core.version>
<aliyun-sdk-oss.version>3.11.0</aliyun-sdk-oss.version>
<aliyun-java-sdk-dyplsapi.version>1.3.0</aliyun-java-sdk-dyplsapi.version>
<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
<alipay-easysdk.version>2.2.0</alipay-easysdk.version>
<wxjava.version>4.0.0</wxjava.version>
<chanjet-openapi-java-sdk.version>1.0.13-RELEASE</chanjet-openapi-java-sdk.version>
</properties>
<repositories>
<repository>
<id>aliyun-nexus</id>
<name>Aliyun Nexus Proxy</name>
<url>https://maven.aliyun.com/repository/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>google</id>
<name>Aliyun Google Proxy</name>
<url>https://maven.aliyun.com/repository/google/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring</id>
<name>Aliyun Spring Proxy</name>
<url>https://maven.aliyun.com/repository/spring/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>aliyun-nexus</id>
<name>Aliyun Nexus Proxy</name>
<url>https://maven.aliyun.com/repository/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>google</id>
<name>Aliyun Google Proxy</name>
<url>https://maven.aliyun.com/repository/google/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring</id>
<name>Aliyun Spring Proxy</name>
<url>https://maven.aliyun.com/repository/spring/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>