Skip to content

Commit c9a3dd5

Browse files
committed
如需加群,请通过 http://mybatis.tk 首页按钮加群。
2 parents 9782ad7 + 4daf740 commit c9a3dd5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
#SSM集成的基础项目,项目使用Maven管理
1+
# SSM集成的基础项目,项目使用Maven管理
22

3-
#MyBatis3.3.0
3+
# MyBatis3.3.0
44

5-
#Spring[MVC]4.1.2.RELEASE
5+
# Spring[MVC]4.1.2.RELEASE
66

7-
#Oracle
7+
# Oracle
88

99
项目使用Spring4.1.2.RELEASE + SpringMVC4.1.2.RELEASE + Mybatis3.3.0 + Oracle
1010

1111
项目集成了Mybatis分页插件和通用Mapper插件
1212

1313
项目使用的Oracle数据库,根据需要可以切换为其他数据库
1414

15-
##注意主键
15+
## 注意主键
1616

1717
```java
1818
public class Country {
@@ -26,7 +26,7 @@ public class Country {
2626
//省略其他
2727
```
2828

29-
##注意通用Mapper配置
29+
## 注意通用Mapper配置
3030
```xml
3131
<bean class="tk.mybatis.spring.mapper.MapperScannerConfigurer">
3232
<property name="basePackage" value="com.isea533.mybatis.mapper"/>
@@ -42,7 +42,7 @@ public class Country {
4242
```
4343
主要是`ORDER=BEFORE`,这个可以保证序列先执行
4444

45-
##新增国家输出的日志
45+
## 新增国家输出的日志
4646

4747
```
4848
DEBUG [http-apr-8091-exec-4] - JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@43daa112] will be managed by Spring
@@ -53,7 +53,7 @@ DEBUG [http-apr-8091-exec-4] - ==> Parameters: 200(Integer), 测试(String), CS(
5353
DEBUG [http-apr-8091-exec-4] - <== Updates: 1
5454
```
5555
56-
##如何运行本项目
56+
## 如何运行本项目
5757
5858
先通过项目sql文件下的sql创建数据库的基本环境,如果没有表空间,就先执行**创建表空间和用户.sql**
5959
@@ -70,23 +70,23 @@ jdbc.password = mybatis
7070
7171
保持上面的配置和自己的数据库一致即可。
7272
73-
##Spring Boot集成MyBatis的基础项目
73+
## Spring Boot集成MyBatis的基础项目
7474
75-
###https://github.com/abel533/MyBatis-Spring-Boot
75+
### https://github.com/abel533/MyBatis-Spring-Boot
7676
77-
##MyBatis工具
77+
## MyBatis工具
7878
79-
###http://www.mybatis.tk
79+
### http://www.mybatis.tk
8080
81-
##推荐使用Mybatis通用Mapper3
81+
## 推荐使用Mybatis通用Mapper3
8282
83-
###https://github.com/abel533/Mapper
83+
### https://github.com/abel533/Mapper
8484
85-
##推荐使用Mybatis分页插件PageHelper
85+
## 推荐使用Mybatis分页插件PageHelper
8686
87-
###https://github.com/pagehelper/Mybatis-PageHelper
87+
### https://github.com/pagehelper/Mybatis-PageHelper
8888
89-
##作者信息
89+
## 作者信息
9090
9191
- 作者博客:http://blog.csdn.net/isea533
9292

0 commit comments

Comments
 (0)