From 21f45258cfcdc79127f85ad6e45736cff5acd345 Mon Sep 17 00:00:00 2001 From: liyj <15602261488@163.com> Date: Mon, 21 Oct 2024 20:58:05 +0800 Subject: [PATCH] 1、数据割接程序,白云区矛盾纠纷多元化解平台 2、纠纷态势报错修改 --- dyh-service/dyh-sync-bydyh/pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dyh-service/dyh-sync/pom.xml b/dyh-service/dyh-sync-bydyh/pom.xml similarity index 96% rename from dyh-service/dyh-sync/pom.xml rename to dyh-service/dyh-sync-bydyh/pom.xml index 3905d65..43950c4 100644 --- a/dyh-service/dyh-sync/pom.xml +++ b/dyh-service/dyh-sync-bydyh/pom.xml @@ -4,12 +4,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>cn.huge</groupId> - <artifactId>dyh-sync</artifactId> + <artifactId>dyh-sync-bydyh</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>dyh-sync</name> - <description>广州市综治中心应用平台矛调模块-数据同步</description> + <name>dyh-sync-bydyh</name> + <description>广州市综治中心应用平台矛调模块-数据同步-白云区矛盾纠纷多元化解平台</description> <parent> <groupId>cn.huge</groupId> @@ -73,7 +73,7 @@ </dependencies> <build> - <finalName>dyh-sync</finalName> + <finalName>dyh-sync-bydyh</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> @@ -127,7 +127,7 @@ <addClasspath>true</addClasspath> <classpathPrefix>lib/</classpathPrefix> <useUniqueVersions>false</useUniqueVersions> - <mainClass>cn.huge.module.DyhSyncApplication</mainClass> + <mainClass>cn.huge.module.DyhSyncBydyhApplication</mainClass> </manifest> <manifestEntries> <!--MANIFEST.MF 中 Class-Path 加入资源文件目录 --> -- Gitblit v1.8.0