Commit dd63aaa5977ef4c0a61dade04eeb14ae4494504e

Authored by 陈杰
1 parent cd21c841
Exists in master

pom 修改

cloud/autho/pom.xml
@@ -69,7 +69,7 @@ @@ -69,7 +69,7 @@
69 69
70 <build> 70 <build>
71 <!--打包文件名--> 71 <!--打包文件名-->
72 - <finalName>quartz_server</finalName> 72 + <finalName>autho</finalName>
73 <!--打包方式--> 73 <!--打包方式-->
74 <plugins> 74 <plugins>
75 <!-- 设置编译版本 --> 75 <!-- 设置编译版本 -->
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 <configuration> 91 <configuration>
92 <archive> 92 <archive>
93 <manifest> 93 <manifest>
94 - <mainClass>com.sincere.userSearch.UserApplication</mainClass> 94 + <mainClass>com.sincere.autho.AuthoApplication</mainClass>
95 <addClasspath>true</addClasspath> 95 <addClasspath>true</addClasspath>
96 <classpathPrefix>lib/</classpathPrefix> 96 <classpathPrefix>lib/</classpathPrefix>
97 </manifest> 97 </manifest>
cloud/user_search/pom.xml
@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 67
68 <build> 68 <build>
69 <!--打包文件名--> 69 <!--打包文件名-->
70 - <finalName>quartz_server</finalName> 70 + <finalName>user_search</finalName>
71 <!--打包方式--> 71 <!--打包方式-->
72 <plugins> 72 <plugins>
73 <!-- 设置编译版本 --> 73 <!-- 设置编译版本 -->