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 |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index b3458e1..fc2650f 100644
--- a/smart-man-boot/pom.xml
+++ b/smart-man-boot/pom.xml
@@ -551,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