sherly-framework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.starlight-software</groupId> <artifactId>sherly-framework</artifactId> <version>2.1.3</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>cn.starlight-software</groupId> <artifactId>sherly-framework</artifactId> <version>2.1.3</version> <packaging>pom</packaging> <name>sherly-framework</name> <description>sherly-framework-2.1.3</description> <url>sherly.starlight-software.cn</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>谷子毅(Gucci)</name> <email>504305797@qq.com</email> </developer> </developers> <scm> <connection>scm:git:git://gitee.com/starlight-opensource/sherly-springcloud.git</connection> <developerConnection>scm:git:ssh://gitee.com/starlight-opensource/sherly-springcloud.git</developerConnection> <url>https://gitee.com/starlight-opensource/sherly-springcloud</url> </scm> <distributionManagement> <snapshotRepository> <id>central</id> <url>https://central.sonatype.com/</url> </snapshotRepository> </distributionManagement> <properties> <knife4j.version>4.5.0</knife4j.version> <lombok.version>1.18.36</lombok.version> <flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version> <mapstruct.version>1.6.3</mapstruct.version> <mybatis-plus.version>3.5.7</mybatis-plus.version> <spring-boot.version>2.7.18</spring-boot.version> <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> <spring-cloud.version>2021.0.9</spring-cloud.version> <pulsar.version>2.11.0</pulsar.version> <maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version> <maven-source-plugin.version>3.2.1</maven-source-plugin.version> <easyexcel.version>4.0.3</easyexcel.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <redisson.version>3.18.0</redisson.version> <revision>2.1.3</revision> <maven.compiler.source>8</maven.compiler.source> <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> <swagger.version>2.2.8</swagger.version> <serverId>central</serverId> <minio.version>8.5.1</minio.version> <dynamic-datasource.version>4.3.1</dynamic-datasource.version> <xxljob.version>2.4.1</xxljob.version> <hutool.version>5.8.35</hutool.version> <central-publishing-maven-plugin.version>0.4.0</central-publishing-maven-plugin.version> <maven.compiler.target>8</maven.compiler.target> <springdoc.version>1.6.14</springdoc.version> <spring-cloud-alibaba.version>2021.0.6.2</spring-cloud-alibaba.version> <flowable.version>6.8.0</flowable.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>cn.starlight-software</groupId> <artifactId>sherly-common</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>cn.starlight-software</groupId> <artifactId>sherly-xxljob</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${spring-boot.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>${spring-cloud-alibaba.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> <version>${spring-boot.version}</version> </dependency> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> <version>${redisson.version}</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>${mybatis-plus.version}</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-annotation</artifactId> <version>${mybatis-plus.version}</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <version>${dynamic-datasource.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <version>${spring-boot.version}</version> </dependency> <dependency> <groupId>io.minio</groupId> <artifactId>minio</artifactId> <version>${minio.version}</version> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> <version>${swagger.version}</version> </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-openapi3-spring-boot-starter</artifactId> <version>${knife4j.version}</version> </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-gateway-spring-boot-starter</artifactId> <version>${knife4j.version}</version> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>${hutool.version}</version> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>${mapstruct.version}</version> </dependency> <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-client</artifactId> <version>${pulsar.version}</version> <exclusions> <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> <version>${xxljob.version}</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>${easyexcel.version}</version> </dependency> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spring-boot-starter-process</artifactId> <version>${flowable.version}</version> <exclusions> <exclusion> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-bpmn-layout</artifactId> <version>${flowable.version}</version> </dependency> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-json-converter</artifactId> <version>${flowable.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.4.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>