Commit dd63aaa5977ef4c0a61dade04eeb14ae4494504e

Authored by 陈杰
1 parent cd21c841
Exists in master

pom 修改

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