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 | 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> | ... | ... |