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,7 +8,7 @@ | ||
8 | <artifactId>spring-boot-starter-parent</artifactId> | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | <version>2.1.6.RELEASE</version> | 9 | <version>2.1.6.RELEASE</version> |
10 | </parent> | 10 | </parent> |
11 | - <groupId>org.example</groupId> | 11 | + <groupId>com.sincere</groupId> |
12 | <artifactId>wechatBusiness</artifactId> | 12 | <artifactId>wechatBusiness</artifactId> |
13 | <version>1.0-SNAPSHOT</version> | 13 | <version>1.0-SNAPSHOT</version> |
14 | <dependencies> | 14 | <dependencies> |
@@ -179,7 +179,7 @@ | @@ -179,7 +179,7 @@ | ||
179 | <configuration> | 179 | <configuration> |
180 | <archive> | 180 | <archive> |
181 | <manifest> | 181 | <manifest> |
182 | - <mainClass>com.sincere.report.StudentApplication</mainClass> | 182 | + <mainClass>com.sincere.report.wechatbusiness.StudentApplication</mainClass> |
183 | <addClasspath>true</addClasspath> | 183 | <addClasspath>true</addClasspath> |
184 | <classpathPrefix>lib/</classpathPrefix> | 184 | <classpathPrefix>lib/</classpathPrefix> |
185 | </manifest> | 185 | </manifest> |