From 47b7ec2b0cbca0f217f634d2831aa30d72d85449 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 25 六月 2020 13:35:15 +0800
Subject: [PATCH] 完善操作手册 流程

---
 java110-generator/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java110-generator/pom.xml b/java110-generator/pom.xml
index e98d0d2..11f0dc8 100644
--- a/java110-generator/pom.xml
+++ b/java110-generator/pom.xml
@@ -181,7 +181,7 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
-                    <mainClass>com.java110.generator.GeneratorServiceApplicationStart</mainClass>
+                    <mainClass>com.java110.code.GeneratorServiceApplicationStart</mainClass>
                 </configuration>
             </plugin>
         </plugins>

--
Gitblit v1.8.0