From f4271f4600ad13d46384df63e415b6a836603c75 Mon Sep 17 00:00:00 2001 From: Munin Date: Mon, 20 May 2019 18:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- pom.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100755 pom.xml diff --git a/README.md b/README.md index 65626cc..27db2c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # demo-driver-loader -特定驱动的ClassLoader拦截器demo \ No newline at end of file +特定驱动的ClassLoader拦截器demo + +05-20:demo需要依赖最新release分支的datasource模块 \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..39e4384 --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + + com.fr.plugin + starter + 10.0 + + jar + demo-driver-loader + \ No newline at end of file