From d575c638cc8540bd7ba40454966cdf07115fa8a8 Mon Sep 17 00:00:00 2001 From: qichengbin Date: Wed, 24 Dec 2025 18:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AF=B9=E5=BA=94=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 +++++++++++++++++++++++ smartFishingPort-admin/pom.xml | 18 ++++++++++++++++++ smartFishingPort-kechuang/pom.xml | 31 +++++++++++++++++++++++++++++++ smartFishingPort-solr/pom.xml | 27 +++++++++++++++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 smartFishingPort-kechuang/pom.xml create mode 100644 smartFishingPort-solr/pom.xml diff --git a/pom.xml b/pom.xml index 1488940..26b9ad7 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,27 @@ ${smartFishingPort.version} + + + com.ltgk.smartFishingPort + smartFishingPort-base + ${smartFishingPort.version} + + + + + com.ltgk.smartFishingPort + smartFishingPort-solr + ${smartFishingPort.version} + + + + + com.ltgk.smartFishingPort + smartFishingPort-kechuang + ${smartFishingPort.version} + + @@ -214,6 +235,8 @@ smartFishingPort-system smartFishingPort-common smartFishingPort-base + smartFishingPort-kechuang + smartFishingPort-solr pom diff --git a/smartFishingPort-admin/pom.xml b/smartFishingPort-admin/pom.xml index cf56719..540e4f7 100644 --- a/smartFishingPort-admin/pom.xml +++ b/smartFishingPort-admin/pom.xml @@ -55,6 +55,24 @@ smartFishingPort-framework + + + com.ltgk.smartFishingPort + smartFishingPort-base + + + + + com.ltgk.smartFishingPort + smartFishingPort-solr + + + + + com.ltgk.smartFishingPort + smartFishingPort-kechuang + + diff --git a/smartFishingPort-kechuang/pom.xml b/smartFishingPort-kechuang/pom.xml new file mode 100644 index 0000000..44aee4e --- /dev/null +++ b/smartFishingPort-kechuang/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + + smartFishingPort + com.ltgk.smartFishingPort + 3.9.1 + + + + smartFishingPort-kechuang + + + 科创模块 + + + + + + com.ltgk.smartFishingPort + smartFishingPort-common + + + com.ltgk.smartFishingPort + smartFishingPort-system + + + + \ No newline at end of file diff --git a/smartFishingPort-solr/pom.xml b/smartFishingPort-solr/pom.xml new file mode 100644 index 0000000..ca01af8 --- /dev/null +++ b/smartFishingPort-solr/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + smartFishingPort + com.ltgk.smartFishingPort + 3.9.1 + + + + smartFishingPort-solr + + + solr服务模块 + + + + + + com.ltgk.smartFishingPort + smartFishingPort-common + + + + \ No newline at end of file