更新 README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user