Browse Source

修改端口

liuam 7 years ago
parent
commit
8f940e3b00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -656,7 +656,7 @@
 				<artifactId>tomcat7-maven-plugin</artifactId>
 				<version>2.2</version>
 				<configuration>
-					<port>8088</port>
+					<port>8080</port>
 					<path>/platform-b2c</path>
 					<uriEncoding>utf-8</uriEncoding>
 				</configuration>