From 32b5add83fa3c17e0fe26f0f8900381ad5651632 Mon Sep 17 00:00:00 2001 From: ginkhushrenada <38845557+ginkhushrenada@users.noreply.github.com> Date: Mon, 30 Apr 2018 08:57:25 +0800 Subject: [PATCH 1/2] Create mybatis-3-mapper.dtd --- libs/mybatis3/1.0/mybatis-3-mapper.dtd | 291 +++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 libs/mybatis3/1.0/mybatis-3-mapper.dtd diff --git a/libs/mybatis3/1.0/mybatis-3-mapper.dtd b/libs/mybatis3/1.0/mybatis-3-mapper.dtd new file mode 100644 index 000000000..6a17ed93b --- /dev/null +++ b/libs/mybatis3/1.0/mybatis-3-mapper.dtd @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From cce7cbb4756bbda6bab1691de27b0090518cfa00 Mon Sep 17 00:00:00 2001 From: ginkhushrenada <38845557+ginkhushrenada@users.noreply.github.com> Date: Mon, 30 Apr 2018 09:06:30 +0800 Subject: [PATCH 2/2] Create package.json --- libs/mybatis3/package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libs/mybatis3/package.json diff --git a/libs/mybatis3/package.json b/libs/mybatis3/package.json new file mode 100644 index 000000000..04d01b2c8 --- /dev/null +++ b/libs/mybatis3/package.json @@ -0,0 +1,21 @@ +{ + "name": "mybatis3", + "description": "An open and free web integration framework for the financial services industry.", + "version": "1.0", + "keywords": [ + "mybatis3Mapper" + ], + "filename": "mybatis-3-mapper.dtd", + "homepage": "http://www.mybatis3.org", + "author": "Bin.Nie", + "repository": { + "type": "git", + "url": "https://github.com/OpenMybatis3/Mybatis3.git" + }, + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] +}