summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorzhangdongxu <[email protected]>2018-05-19 11:30:50 +0800
committerzhangdongxu <[email protected]>2018-05-19 11:30:50 +0800
commit6cb083ebeee88dfa8a43642986b533940edd7cd4 (patch)
tree5700a957a29593274c7507bf7b8152de896112e3 /pom.xml
parentd825c96145edd6bbff3aa7472fe86afb42306d07 (diff)
1、项目名称改为galaxy,并将项目代码中有关gk的目录改为galaxy;
2、接口返回参数中添加追踪状态码traceCode,用于查看服务处理日志,方便调试与定故障定位; 3、添加项目调试模式(isDebug参数),调用maat通用接口时,调式携带提交内容,生产过程为空;
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cffb483..89a2b00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,9 +14,9 @@
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>
<packaging>war</packaging>
- <name>maat_service</name>
+ <name>galaxy</name>
<groupId>com.nis.springmvc</groupId>
- <artifactId>maat_service</artifactId>
+ <artifactId>galaxy</artifactId>
<version>0.0.1-SNAPSHOT</version>
<!-- 仓库地址构建 -->
<repositories>