更新 README.md

This commit is contained in:
杨黄林
2022-02-01 15:36:38 +08:00
parent c6d828bf0f
commit c77088a7f5

View File

@@ -13,7 +13,7 @@
```xml
<build>
<project>
<dependencies>
<dependency>
<groupId>com.yanghuanglin</groupId>
@@ -34,6 +34,8 @@
</dependency>
</dependencies>
<build>
<plugins>
<!-- 每次执行mvn clean时自动安装指定的jar包 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -61,7 +63,9 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
```
+ springboot中配置方式一优先直接注入已有jdbcTemplate和transactionTemplate