瀏覽代碼

更换项目名称

wuhongshuang 5 年之前
父節點
當前提交
3dfcc62835
共有 3 個文件被更改,包括 7 次插入4 次删除
  1. 3 0
      .gitignore
  2. 3 3
      pom.xml
  3. 1 1
      src/main/java/com/shawn/util/JoinpayConstant.java

+ 3 - 0
.gitignore

@@ -1,2 +1,5 @@
+*.DS_Store
+/*.iml
 .idea/
 target/
+

+ 3 - 3
pom.xml

@@ -5,11 +5,11 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>com.shawn</groupId>
-	<artifactId>ShenzeeServer</artifactId>
+	<artifactId>cleanMachineServer</artifactId>
 	<version>0.0.1</version>
 	<packaging>war</packaging>
 
-	<name>ShenzeeServer</name>
+	<name>cleanMachineServer</name>
 	<description>spring discover server</description>
 
 	<parent>
@@ -143,7 +143,7 @@
 	</dependencies>
 	
 	<build>
-		<finalName>ShenzeeServer</finalName>
+		<finalName>cleanMachineServer</finalName>
 		<plugins>
 			<!-- Package the project as an executable jar -->
 			<plugin>

+ 1 - 1
src/main/java/com/shawn/util/JoinpayConstant.java

@@ -41,7 +41,7 @@ public class JoinpayConstant {
      */
     public final static String Notify_Url = "http://app.sunzee.com.cn/api/order/notify.htm";
 
-    public final static String Notify_Url_PromoCode = "https://app.sunzee.com.cn/ShenzeeServer/TPromoCode/promoCodeNotify";
+    public final static String Notify_Url_PromoCode = "https://app.sunzee.com.cn/cleanMachineServer/TPromoCode/promoCodeNotify";
 
     public final static Map<String,String> Result_status = new HashMap<>();
     /**