From 9c5cc5bbc7a882fd5bb466621ea10bd5f73b2fd1 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 19 十月 2024 20:19:44 +0800
Subject: [PATCH] 增加首页卡片的布局设置字段layoutConfig;lincense去掉原版文字

---
 smart-man-boot/pom.xml |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index 96ecc21..fc2650f 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>
 
@@ -332,6 +333,11 @@
 		    <artifactId>rocketmq-client</artifactId>
 		    <version>4.5.2</version>
 		</dependency>
+		
+		<dependency>
+		    <groupId>org.springframework.integration</groupId>
+		    <artifactId>spring-integration-mqtt</artifactId>
+		</dependency>
 		<!--  鍥介檯鍖� -->
         <dependency>
             <groupId>com.qianwen</groupId>
@@ -349,11 +355,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>
@@ -543,6 +551,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>

--
Gitblit v1.9.3