Skip to content

Commit daebd0a

Browse files
committed
update README.md
1 parent 16e707b commit daebd0a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Spring Boot集成MyBatis的基础项目,项目使用Maven管理
1+
#Spring Boot集成MyBatis的基础项目
22

33
#MyBatis3.3.0
44

@@ -10,7 +10,7 @@
1010

1111
项目使用的mysql数据库,根据需要可以切换为其他数据库
1212

13-
#说明
13+
##说明
1414

1515
虽然MyBatis官方提供了`mybatis-spring-boot-starter`,但是改配置的可以控制的地方太少,因此短时间不会直接使用该starter
1616

@@ -40,6 +40,10 @@ public class MyBatisMapperScannerConfig {
4040
}
4141
```
4242

43+
##SSM集成的基础项目
44+
45+
###https://github.com/abel533/Mybatis-Spring
46+
4347
##MyBatis工具
4448

4549
###http://www.mybatis.tk

0 commit comments

Comments
 (0)