From 42c73120f2658997d2b86996d21861f4f018d003 Mon Sep 17 00:00:00 2001 From: Luobing <849732725@qq.com> Date: Fri, 12 Jan 2018 16:48:41 +0800 Subject: [PATCH 1/2] ddd --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9de72dc..415b01c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ 这是一个集成了Mybatis分页插件和通用Mapper的示例项目 http://maven.apache.org + UTF-8 From a664c792277936cfe71106e975057ef28ecbf34e Mon Sep 17 00:00:00 2001 From: Luobing <849732725@qq.com> Date: Fri, 12 Jan 2018 17:33:28 +0800 Subject: [PATCH 2/2] ddd --- upload.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upload.sh diff --git a/upload.sh b/upload.sh new file mode 100644 index 0000000..399e594 --- /dev/null +++ b/upload.sh @@ -0,0 +1,4 @@ +git status +git add -A +git commit -m 'ddd' +git push \ No newline at end of file