From 8ddd3529a080ee1cddfc1b1bd4270d96d5323ac1 Mon Sep 17 00:00:00 2001 From: zhh Date: Tue, 28 Aug 2018 15:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5mybatis=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84mapper.xml=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-mbg/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mall-mbg/.gitignore diff --git a/mall-mbg/.gitignore b/mall-mbg/.gitignore new file mode 100644 index 0000000..eac6d71 --- /dev/null +++ b/mall-mbg/.gitignore @@ -0,0 +1,2 @@ +# MyBatis generate files # +src\main\resources\com\macro\mall\mapper \ No newline at end of file