From c77088a7f5d26fbc0a04bc22f3631c9e3108afd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Tue, 1 Feb 2022 15:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 64 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 6b87c8b..2c522d6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ```xml - + com.yanghuanglin @@ -33,35 +33,39 @@ - - - - org.apache.maven.plugins - maven-install-plugin - 2.5 - - - install-external - clean - - install-file - - - - ${project.basedir}/lib/seq-1.0.0.jar - ${pom.basedir}/lib/seq-1.0.0-pom.xml - ${project.basedir}/lib/seq-1.0.0-sources.jar - default - com.yanghuanglin - seq - 1.0.0 - jar - true - - - - - + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5 + + + install-external + clean + + install-file + + + + ${project.basedir}/lib/seq-1.0.0.jar + ${pom.basedir}/lib/seq-1.0.0-pom.xml + ${project.basedir}/lib/seq-1.0.0-sources.jar + default + com.yanghuanglin + seq + 1.0.0 + jar + true + + + + + + + ``` + springboot中配置方式一(优先):直接注入已有jdbcTemplate和transactionTemplate