From da90c84a73396585cfbf1a59fd6a16c908162c34 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 01 六月 2019 12:20:40 +0800
Subject: [PATCH] 修改端口冲突 bug
---
FeeService/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/FeeService/pom.xml b/FeeService/pom.xml
index 9489188..35528d3 100644
--- a/FeeService/pom.xml
+++ b/FeeService/pom.xml
@@ -67,7 +67,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
- <mainClass>com.java110.community.FeeServiceApplicationStart</mainClass>
+ <mainClass>com.java110.fee.FeeServiceApplicationStart</mainClass>
</configuration>
</plugin>
</plugins>
--
Gitblit v1.8.0