Commit dd63aaa5977ef4c0a61dade04eeb14ae4494504e
1 parent
cd21c841
Exists in
master
pom 修改
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
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