From b8e389bb7e7e08ba64df847a46c27356bdef7d31 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 23 五月 2023 13:45:11 +0800 Subject: [PATCH] update 优化 excel导出合并 在初始化类时进行数据的处理 --- ruoyi-extend/ruoyi-monitor-admin/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-extend/ruoyi-monitor-admin/pom.xml b/ruoyi-extend/ruoyi-monitor-admin/pom.xml index c68d740..a839bc5 100644 --- a/ruoyi-extend/ruoyi-monitor-admin/pom.xml +++ b/ruoyi-extend/ruoyi-monitor-admin/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>ruoyi-extend</artifactId> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> @@ -50,7 +50,7 @@ <artifactId>spring-boot-maven-plugin</artifactId> <version>${spring-boot.version}</version> <configuration> - <fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 --> +<!-- <fork>true</fork> <!– 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 –>--> </configuration> <executions> <execution> -- Gitblit v1.9.3