From 6d47a7070cc41326e5b9eee6c6e614566638b5cf Mon Sep 17 00:00:00 2001 From: 13766800364 <13766800364@qq.com> Date: Thu, 9 Oct 2025 16:08:59 +0800 Subject: [PATCH] Add File --- history/005b_letter_test/pom.xml | 102 +++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 history/005b_letter_test/pom.xml diff --git a/history/005b_letter_test/pom.xml b/history/005b_letter_test/pom.xml new file mode 100644 index 0000000..498afb0 --- /dev/null +++ b/history/005b_letter_test/pom.xml @@ -0,0 +1,102 @@ + + 4.0.0 + com.gitee.drinkjava2 + frog005b + jar + 1.0 + + frog + 005b是基于history\005_letter_test分支基础上,将体全息存贮方案改为面存贮方案的模式识别,这个方案中所有信息是保存在一个平面上。这个方案并不是否定体全息存贮,仅仅只是展示不同的思路。 + https://gitee.com/drinkjava2/jsqlbox/frog + + + gitee Issue + https://gitee.com/drinkjava2/jsqlbox/frog/issues + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Yong Zhu + yong9981@gmail.com + https://gitee.com/drinkjava2/ + + + + + scm:git@gitee.com:drinkjava2/frog.git + scm:git@gitee.com:drinkjava2/frog.git + git@gitee.com:drinkjava2/frog.git + + + + UTF-8 + UTF-8 + UTF-8 + + 1.8 + 6 + 3.3 + 2.6 + 3.0.0 + 2.7 + 2.19 + 2.6 + 2.4 + 2.10.3 + 1.6 + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.compiler-plugin} + + ${version.java} + ${version.java} + UTF-8 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.2 + + + + true + false + lib/ + com.github.drinkjava2.frog.Application + + + + + + + + + + + \ No newline at end of file