代码拉取完成,页面将自动刷新
<?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.appointment</groupId>
<artifactId>pay</artifactId>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>pay-core</module>
<module>pay-rest</module>
<module>pay-task</module>
<module>pay-web-remote</module>
</modules>
<packaging>pom</packaging>
<properties>
<platform.version>2.4.0-RELEASE</platform.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.6.RELEASE</version>
</parent>
<repositories>
<repository>
<id>nexus</id>
<name>nexus</name>
<url>http://192.168.1.241:8081/nexus/content/groups/public/</url>
</repository>
</repositories>
<profiles>
<profile>
<id>dev</id>
<properties>
<env>src/main/resources</env>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>test</id>
<properties>
<env>doc/resourceTest</env>
</properties>
</profile>
<profile>
<id>uat</id>
<properties>
<env>doc/resourcePre</env>
</properties>
</profile>
<profile>
<id>prod</id>
<properties>
<env>doc/resourceLine</env>
</properties>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<show>private</show>
<nohelp>true</nohelp>
</configuration>
</plugin>
</plugins>
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。