From 935850110f48206e38dc7acd21f05fdc6a958cf3 Mon Sep 17 00:00:00 2001 From: liusuyi <1951119284@qq.com> Date: 星期日, 28 四月 2024 15:55:15 +0800 Subject: [PATCH] 优化 --- ard-work/pom.xml | 14 +------------- /dev/null | 8 -------- server/redis/dump.rdb | 0 bin/package.bat | 2 +- 4 files changed, 2 insertions(+), 22 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index cc6a84d..c40a85b 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -15,12 +15,6 @@ <dependencies> <dependency> - <groupId>net.sf.ucanaccess</groupId> - <artifactId>ucanaccess</artifactId> - <version>5.0.1</version> - </dependency> - - <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> </dependency> @@ -76,12 +70,6 @@ <artifactId>geodesy</artifactId> <version>1.1.3</version> </dependency> - <!-- 瑙嗛澶勭悊 --> -<!-- <dependency>--> -<!-- <groupId>org.bytedeco</groupId>--> -<!-- <artifactId>javacv-platform</artifactId>--> -<!-- <version>1.5.7</version>--> -<!-- </dependency>--> <!-- Forest --> <dependency> <groupId>com.dtflys.forest</groupId> @@ -184,7 +172,7 @@ <artifactId>commons-discovery</artifactId> <version>0.5</version> </dependency> -<!-- <!– https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8 –>--> + <!--https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8--> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc8</artifactId> diff --git a/bin/package.bat b/bin/package.bat index 434f2d6..c693ec0 100644 --- a/bin/package.bat +++ b/bin/package.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [锟斤拷息] 锟斤拷锟絎eb锟斤拷锟教o拷锟斤拷锟斤拷war/jar锟斤拷锟侥硷拷锟斤拷 +echo [信息] 打包Web工程,生成war/jar包文件。 echo. %~d0 diff --git a/ruoyi-admin/Dockerfile b/ruoyi-admin/Dockerfile deleted file mode 100644 index 280c76f..0000000 --- a/ruoyi-admin/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM openjdk:8-jdk-alpine -ARG JAR_FILE=target/*.jar -COPY ${JAR_FILE} ruoyi-admin.jar -ENV TimeZone=Asia/Shanghai -# 浣跨敤杞繛鎺ワ紝骞朵笖灏嗘椂鍖洪厤缃鐩�/etc/timezone -RUN ln -snf /usr/share/zoneinfo/$TimeZone /etc/localtime && echo $TimeZone > /etc/timezone -RUN mkdir -p /work -ENTRYPOINT ["java","-Dloader.path=/work/libs","-jar","/ruoyi-admin.jar"] \ No newline at end of file diff --git a/server/redis/dump.rdb b/server/redis/dump.rdb index 56bffcb..e051739 100644 --- a/server/redis/dump.rdb +++ b/server/redis/dump.rdb Binary files differ -- Gitblit v1.9.3