From 10c5247722995e571b3fd4dbffb178964a9bd6ee Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 05 十一月 2025 10:51:54 +0800
Subject: [PATCH] 台账添加错误问题修改
---
smart-man-boot/pom.xml | 91 ++++++++++++++++++++++++++++++++++++++-------
1 files changed, 77 insertions(+), 14 deletions(-)
diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index 96ecc21..518aabd 100644
--- a/smart-man-boot/pom.xml
+++ b/smart-man-boot/pom.xml
@@ -19,8 +19,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flowable.version>6.4.2</flowable.version>
+ <!--
<tdengine.version>3.0.2</tdengine.version>
-
+-->
<spring.boot.version>2.3.12.RELEASE</spring.boot.version>
<spring.platform.version>Cairo-SR8</spring.platform.version>
@@ -133,16 +134,7 @@
<artifactId>smart-starter-social</artifactId>
<version>1.0.0</version>
</dependency>
- <!--
-
- -->
-
- <!--
-
-
-
- -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-ui</artifactId>
@@ -286,16 +278,18 @@
<!-- coderule -->
- <!--
+
- -->
+
<!-- Task鍙戦�佸櫒 -->
+ <!--
<dependency>
<groupId>com.qianwen</groupId>
<artifactId>smart-starter-task</artifactId>
<version>1.0.0</version>
</dependency>
+ -->
<!-- Notify閫氱煡涓績 -->
<dependency>
<groupId>com.qianwen</groupId>
@@ -326,11 +320,17 @@
<artifactId>smart-starter-websocket</artifactId>
<version>1.0.0</version>
</dependency>
-
+ <!--
+ starter-taskzhong 鍖呭惈姝や緷璧�
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>4.5.2</version>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>org.springframework.integration</groupId>
+ <artifactId>spring-integration-mqtt</artifactId>
</dependency>
<!-- 鍥介檯鍖� -->
<dependency>
@@ -349,11 +349,13 @@
</dependency>
<!-- tdengine 椹卞姩 -->
+ <!--
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>${tdengine.version}</version>
</dependency>
+ -->
<!-- iotdb -->
<dependency>
<groupId>org.apache.iotdb</groupId>
@@ -386,6 +388,13 @@
<!--<version>1.1.0-SNAPSHOT</version>-->
<version>1.0.4</version>
</dependency>
+ <!--鍗冩枃瀵嗛挜璁よ瘉-->
+ <dependency>
+ <groupId>com.qianwen</groupId>
+ <artifactId>license-common</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+
<!-- 鍥剧墖鍘嬬缉 -->
<dependency>
<groupId>net.coobird</groupId>
@@ -487,6 +496,27 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+
+ <dependency>
+ <groupId>org.jfree</groupId>
+ <artifactId>jfreechart</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+
+ <!--lincense楠岃瘉-->
+ <dependency>
+ <groupId>de.schlichtherle.truelicense</groupId>
+ <artifactId>truelicense-core</artifactId>
+ <version>1.33</version>
+ </dependency>
+
</dependencies>
<build>
@@ -543,6 +573,18 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>com.qianwen.smartman.Application</mainClass>
+ <layout>ZIP</layout>
+ <includes>
+
+ <include>
+ <groupId>nothing</groupId>
+ <artifactId>nothing</artifactId>
+ </include>
+
+ </includes>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
@@ -555,7 +597,28 @@
</compilerArgs>
</configuration>
</plugin>
-
+ <!--浣跨敤: mvn -pl smart-man-boot clean dependency:copy-dependencies-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <!-- 鎷疯礉椤圭洰渚濊禆鍖呭埌lib/鐩綍涓� -->
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>false</overWriteSnapshots>
+ <overWriteIfNewer>true</overWriteIfNewer>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
--
Gitblit v1.9.3