From 2f73a671db8bf132baaba12a5c2a9c3b611589e9 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 01 八月 2019 17:14:26 +0800
Subject: [PATCH] 修复 添加房屋时的侦听 类修改
---
CodeService/pom.xml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/CodeService/pom.xml b/CodeService/pom.xml
index 44e84a0..57fb9f3 100644
--- a/CodeService/pom.xml
+++ b/CodeService/pom.xml
@@ -10,7 +10,7 @@
<artifactId>CodeService</artifactId>
<packaging>jar</packaging>
- <name>CommonService</name>
+ <name>CodeService</name>
<url>http://maven.apache.org</url>
<properties>
@@ -29,6 +29,7 @@
</dependencies>
<build>
+ <finalName>CodeService</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -56,6 +57,14 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>com.java110.code.CodeServiceApplicationStart</mainClass>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
--
Gitblit v1.8.0