From e51a4b47634f6e84c2eaa8c58bd45b3376c8e2e8 Mon Sep 17 00:00:00 2001 From: TommyLemon <1184482681@qq.com> Date: Thu, 16 Sep 2021 20:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=AC=AC=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=20#=20=E5=AF=BC=E8=87=B4=E7=9A=84=20README.md=20=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apijson-jdbc-demo/{README.md => README.md} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename apijson-jdbc-demo/{README.md => README.md} (99%) diff --git a/apijson-jdbc-demo/README.md b/apijson-jdbc-demo/README.md similarity index 99% rename from apijson-jdbc-demo/README.md rename to apijson-jdbc-demo/README.md index 1327d4e..5523587 100644 --- a/apijson-jdbc-demo/README.md +++ b/apijson-jdbc-demo/README.md @@ -1,3 +1,4 @@ + # 参考项目 https://github.com/jerrylususu/apijson_todo_demo/blob/master/FULLTEXT.md @@ -35,4 +36,4 @@ https://github.com/jerrylususu/apijson_todo_demo/blob/master/FULLTEXT.md 通过三个注解(MethodAccess、RequestStructure、FunctionDef),动态完成对ACCESS_MAP、REQUEST_MAP、FUNCTION_MAP的填充; 全部使用注解,是可以完成所有动作的。 * 函数强制绑定在一个APIJSONFunctionParser是不合适的,可以使用内存对象的方式搞定。 - \ No newline at end of file +