From 5e7afb7c22b702b3ab725d0a762e6f5b8119a9df Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 四月 2024 21:45:24 +0800
Subject: [PATCH] 可以启动,websocket不报错
---
smart-man-boot/pom.xml | 43 +++++++++++++++++++++++++++----------------
1 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index 8d61bf3..a3ce6bc 100644
--- a/smart-man-boot/pom.xml
+++ b/smart-man-boot/pom.xml
@@ -36,15 +36,7 @@
</properties>
<dependencyManagement>
<dependencies>
- <!--
- <dependency>
- <groupId>org.springblade.platform</groupId>
- <artifactId>blade-bom</artifactId>
- <version>${bladex.project.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- -->
+
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
@@ -166,13 +158,13 @@
</dependency>
-->
<!-- 鎶ヨ〃 -->
-
+ <!--
<dependency>
<groupId>com.qianwen</groupId>
<artifactId>smart-starter-report</artifactId>
<version>1.0.0</version>
</dependency>
-
+ -->
<!-- 楠岃瘉鐮� -->
<dependency>
<groupId>com.github.whvcse</groupId>
@@ -302,7 +294,16 @@
<artifactId>smart-starter-notify</artifactId>
<version>1.0.0</version>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework.plugin</groupId>
+ <artifactId>spring-plugin-core</artifactId>
+ <version>2.0.0.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.plugin</groupId>
+ <artifactId>spring-plugin-metadata</artifactId>
+ <version>2.0.0.RELEASE</version>
+ </dependency>
<!---->
<dependency>
<groupId>com.qianwen</groupId>
@@ -411,14 +412,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>8.0.22</version>
</dependency>
<!-- 绉湪鎶ヨ〃 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
- <!--<version>1.5.0-SNAPSHOT</version>-->
- <version>1.5.9</version>
+ <version>1.5.0</version>
+ <!--<version>1.5.9</version>-->
</dependency>
<!-- openpdf 鍗曠嫭鍗囩骇 -->
<dependency>
@@ -528,7 +528,6 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
@@ -538,6 +537,18 @@
</compilerArgs>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ <nonFilteredFileExtensions>
+ <nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
+ <nonFilteredFileExtension>xls</nonFilteredFileExtension>
+ </nonFilteredFileExtensions>
+ </configuration>
+ </plugin>
</plugins>
</build>
--
Gitblit v1.9.3