Skip to content

Commit 6078f59

Browse files
authored
修复文档错误类引用
1 parent 2627334 commit 6078f59

File tree

1 file changed

+2
-2
lines changed
  • springboot/springboot-mybatis/mybatis-provider/provider-update-delete

1 file changed

+2
-2
lines changed

Diff for: springboot/springboot-mybatis/mybatis-provider/provider-update-delete/DOC.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- 初始化项目
2020

2121
```bash
22-
mvn archetype:generate -DgroupId=com.edurt.sli.slismpi -DartifactId=spring-learn-integration-springboot-mybatis-provider-update-delete -DarchetypeArtifactId=maven-archetype-quickstart -Dversion=1.0.0 -DinteractiveMode=false
22+
mvn archetype:generate -DgroupId=com.edurt.sli.slismpu -DartifactId=spring-learn-integration-springboot-mybatis-provider-update-delete -DarchetypeArtifactId=maven-archetype-quickstart -Dversion=1.0.0 -DinteractiveMode=false
2323
```
2424

2525
- 修改pom.xml增加MyBatis
@@ -105,7 +105,7 @@ mvn archetype:generate -DgroupId=com.edurt.sli.slismpi -DartifactId=spring-learn
105105

106106
`mybatis-spring-boot-starter`:该starter是我们使用SpringBoot整合MyBatis的依赖整合包
107107

108-
-`src/main/java`目录下新建*com.edurt.sli.slismpu*目录并在该目录下新建`SpringBootMyBatisProviderUpdateIntegration`类文件,在文件输入以下内容
108+
-`src/main/java`目录下新建*com.edurt.sli.slismpu*目录并在该目录下新建`SpringBootMyBatisProviderUpdateDeleteIntegration`类文件,在文件输入以下内容
109109

110110
```java
111111
package com.edurt.sli.slismpu;

0 commit comments

Comments
 (0)