We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e707b commit daebd0aCopy full SHA for daebd0a
README.md
@@ -1,4 +1,4 @@
1
-#Spring Boot集成MyBatis的基础项目,项目使用Maven管理
+#Spring Boot集成MyBatis的基础项目
2
3
#MyBatis3.3.0
4
@@ -10,7 +10,7 @@
10
11
项目使用的mysql数据库,根据需要可以切换为其他数据库
12
13
-#说明
+##说明
14
15
虽然MyBatis官方提供了`mybatis-spring-boot-starter`,但是改配置的可以控制的地方太少,因此短时间不会直接使用该starter
16
@@ -40,6 +40,10 @@ public class MyBatisMapperScannerConfig {
40
}
41
```
42
43
+##SSM集成的基础项目
44
+
45
+###https://github.com/abel533/Mybatis-Spring
46
47
##MyBatis工具
48
49
###http://www.mybatis.tk
0 commit comments