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