Commit 5ac17ead1c102b439da98f188691b4446fbcc66a
1 parent
9608e6c6
Exists in
master
1
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | 9 | <version>2.1.6.RELEASE</version> |
10 | 10 | </parent> |
11 | - <groupId>org.example</groupId> | |
11 | + <groupId>com.sincere</groupId> | |
12 | 12 | <artifactId>wechatBusiness</artifactId> |
13 | 13 | <version>1.0-SNAPSHOT</version> |
14 | 14 | <dependencies> |
... | ... | @@ -179,7 +179,7 @@ |
179 | 179 | <configuration> |
180 | 180 | <archive> |
181 | 181 | <manifest> |
182 | - <mainClass>com.sincere.report.StudentApplication</mainClass> | |
182 | + <mainClass>com.sincere.report.wechatbusiness.StudentApplication</mainClass> | |
183 | 183 | <addClasspath>true</addClasspath> |
184 | 184 | <classpathPrefix>lib/</classpathPrefix> |
185 | 185 | </manifest> | ... | ... |