作者 王勇

搭建基础环境

正在显示 1 个修改的文件 包含 1 行增加1 行删除
@@ -172,7 +172,7 @@ @@ -172,7 +172,7 @@
172 <groupId>org.springframework.boot</groupId> 172 <groupId>org.springframework.boot</groupId>
173 <artifactId>spring-boot-maven-plugin</artifactId> 173 <artifactId>spring-boot-maven-plugin</artifactId>
174 <configuration> 174 <configuration>
175 - <mainClass>com.sunyo.wlpt.dispatch.DispatchSysApplication</mainClass> 175 + <mainClass>com.sunyo.wlpt.cgonms.provide.CgonmsProvideApplication</mainClass>
176 </configuration> 176 </configuration>
177 </plugin> 177 </plugin>
178 </plugins> 178 </plugins>