代码拉取完成,页面将自动刷新
同步操作将从 成长社区/拼多多联盟 强制同步,此操作会覆盖自 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">
<parent>
<groupId>com.cloud.pom</groupId>
<artifactId>marvel-version-tag</artifactId>
<version>1.5.2-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pdd_www</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>
<xxl-job-core-version>2.1.1</xxl-job-core-version>
</properties>
<name>pdd_www</name>
<url>http://www.xiats.com</url>
<description>尧曦未来拼多多分销平台</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>
<dependency>
<groupId>com.cloud</groupId>
<artifactId>marvel-database</artifactId>
<version>1.0.0-${version-tag}</version>
</dependency>
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.cloud</groupId>
<artifactId>marvel-redis</artifactId>
<version>1.0.0-${version-tag}</version>
</dependency>
<dependency>
<groupId>com.cloud</groupId>
<artifactId>marvel-common-core</artifactId>
<version>1.0.0-${version-tag}</version>
</dependency>
<dependency>
<groupId>com.baidu</groupId>
<artifactId>ueditor</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.tuckey</groupId>
<artifactId>urlrewritefilter</artifactId>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>com.pdd</groupId>
<artifactId>pop-sdk</artifactId>
<version>1.10.62</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<resources>
<resource><!-- 扫描替换 -->
<directory>src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>**/*.woff</exclude>
<exclude>**/*.woff2</exclude>
<exclude>**/*.ttf</exclude>
<exclude>**/favicon.ico</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<includes>
<include>**/*.woff</include>
<include>**/*.woff2</include>
<include>**/*.ttf</include>
<include>**/favicon.ico</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<!--fork : 如果没有该项配置devtools不会起作用,即应用不会restart -->
<fork>true</fork>
<addResources>true</addResources><!--支持静态文件热部署-->
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>rdc-release</id>
<url>https://packages.aliyun.com/maven/repository/2022079-release-8bQodP/</url>
</repository>
</repositories>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。