代码拉取完成,页面将自动刷新
同步操作将从 游侠小马哥/java-practices 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>
<modules>
<module>yxxmg-mybatis-plus-sample</module>
<module>yxxmg-pay-spring-boot-starter</module>
<module>yxxmg-java-helper</module>
<module>yxxmg-flowable</module>
<module>yxxmg-spring-boot-sample</module>
<module>yxxmg-drools-sample</module>
<module>yxxmg-elasticjob</module>
<module>yxxmg-smart-doc-sample</module>
<module>yxxmg-exception-sample</module>
<module>yxxmg-sensitive-sample</module>
<module>yxxmg-liteflow-sample</module>
<module>yxxmg-oss-sample</module>
<module>yxxmg-magic-api-sample</module>
<module>yxxmg-gof-sample</module>
<module>yxxmg-mybatis-spring-sample</module>
<module>yxxmg-nlp-sample</module>
<module>yxxmg-javers-sample</module>
<module>yxxmg-event-sample</module>
<module>yxxmg-sa-token-sample</module>
<module>yxxmg-dynamic-feign-sample</module>
<module>yxxmg-distribute-redis-lock-sample</module>
<module>yxxmg-leaf-unique-sample</module>
<module>yxxmg-okhttp-sample</module>
<module>yxxmg-plugin-sample</module>
<module>yxxmg-mybatis-flex-sample</module>
<module>yxxmg-nlp2cron</module>
<module>yxxmg-redis-sample</module>
<module>yxxmg-spring-brick-sample</module>
<module>yxxmg-distribute-zookeeper-lock-sample</module>
<module>yxxmg-spring-sample</module>
<module>yxxmg-rabbitmq-sample</module>
<module>yxxmg-itext-sample</module>
<module>yxxmg-asm-sample</module>
<module>yxxmg-websocket-sample</module>
<module>yxxmg-jwt-sample</module>
<module>yxxmg-orm-sample</module>
<module>yxxmg-easy-trans-sample</module>
<module>yxxmg-ip2region-sample</module>
<module>yxxmg-tess4j-sample</module>
<module>yxxmg-dynamic-es-index</module>
<module>yxxmg-3rth-sample</module>
<module>yxxmg-kafka-sample</module>
<module>yxxmg-gateway-sample</module>
<module>yxxmg-archetype-sample</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.yxxmg</groupId>
<artifactId>java-practices</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- 编译时的编码 -->
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<guava.version>31.1-jre</guava.version>
<mybatis-plus.version>3.5.2</mybatis-plus.version>
<druid.version>1.2.11</druid.version>
<knife4j.version>3.0.3</knife4j.version>
<mapstruct.version>1.5.0.RC1</mapstruct.version>
<commons-collections.version>3.2.2</commons-collections.version>
<pagehelper.version>1.4.3</pagehelper.version>
<javax.inject.version>1</javax.inject.version>
<openfeign.version>3.0.5</openfeign.version>
<fastjson.version>2.0.9</fastjson.version>
<hutool.version>5.8.5</hutool.version>
<justauth.version>1.3.4</justauth.version>
<commons-io.version>1.3.2</commons-io.version>
<easyexcel.version>3.0.5</easyexcel.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-fileupload.version>1.4</commons-fileupload.version>
<commons-chain.version>1.2</commons-chain.version>
<commons-math3.version>3.6.1</commons-math3.version>
<tlog.version>1.4.3</tlog.version>
<flowable.version>6.7.2</flowable.version>
<h2.version>2.1.214</h2.version>
<drools.version>7.3.0.Final</drools.version>
<elasticjob.version>3.0.0</elasticjob.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2021.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2021.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>${druid.version}</version>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>${knife4j.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons-collections.version}</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>${pagehelper.version}</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>${javax.inject.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
<version>${openfeign.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
<exclusions>
<exclusion>
<artifactId>asm</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>${justauth.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons-cli.version}</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${commons-fileupload.version}</version>
</dependency>
<dependency>
<groupId>commons-chain</groupId>
<artifactId>commons-chain</artifactId>
<version>${commons-chain.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>${commons-math3.version}</version>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all-spring-boot-starter</artifactId>
<version>${tlog.version}</version>
</dependency>
<dependency>
<groupId>com.yxxmg</groupId>
<artifactId>yxxmg-pay-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<version>${flowable.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<version>${drools.version}</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>${drools.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-lite-spring-boot-starter</artifactId>
<version>${elasticjob.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>dev</id>
<properties>
<spring.profiles.active>dev</spring.profiles.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>prod</id>
<properties>
<spring.profiles.active>prod</spring.profiles.active>
</properties>
</profile>
</profiles>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。