From 5fea45398f0fa88fef4008e6ec9443eef3d515d2 Mon Sep 17 00:00:00 2001 From: 杜洪波 <1074825718@qq.com> Date: 星期四, 19 六月 2025 13:51:28 +0800 Subject: [PATCH] 系统备份(日志版,读取最后次成功的日志时间,进行增量备份) --- .classpath | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/.classpath b/.classpath index 002ad57..5e8a55f 100644 --- a/.classpath +++ b/.classpath @@ -6,20 +6,9 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> <attributes> <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - <attribute name="test" value="true"/> - </attributes> - </classpathentry> - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> - <attributes> <attribute name="maven.pomderived" value="true"/> <attribute name="test" value="true"/> </attributes> -- Gitblit v1.9.2