File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ MyBatis 数据映射器和 SqlSession 到业务层的 bean 中。
61
61
这两个框架还有和它们有关的术语,本手册中不会提供二者的基本内容,安装和配置教程。
62
62
</p >
63
63
<p >
64
- MyBatis-Spring requires Java 5 or higher and the following MyBatis and Spring versions:
64
+ MyBatis-Spring要求Java5及以上版本还有下面列出的MyBatis和Spring版本:
65
65
</p >
66
66
<table >
67
67
<thead >
@@ -80,13 +80,13 @@ MyBatis 数据映射器和 SqlSession 到业务层的 bean 中。
80
80
<tbody >
81
81
<tr >
82
82
<td >
83
- 1.0.0 and 1.0.1
83
+ 1.0.0 或 1.0.1
84
84
</td >
85
85
<td >
86
- 3.0.1 to 3.0.5
86
+ 3.0.1 到 3.0.5
87
87
</td >
88
88
<td >
89
- 3.0.0 or higher
89
+ 3.0.0 或以上
90
90
</td >
91
91
</tr >
92
92
<tr >
@@ -97,18 +97,18 @@ MyBatis 数据映射器和 SqlSession 到业务层的 bean 中。
97
97
3.0.6
98
98
</td >
99
99
<td >
100
- 3.0.0 or higher
100
+ 3.0.0 或以上
101
101
</td >
102
102
</tr >
103
103
<tr >
104
104
<td >
105
105
1.1.0
106
106
</td >
107
107
<td >
108
- 3.1.0 or higher
108
+ 3.1.0 或以上
109
109
</td >
110
110
<td >
111
- 3.0.0 or higher
111
+ 3.0.0 或以上
112
112
</td >
113
113
</tr >
114
114
</tbody >
@@ -128,18 +128,16 @@ Giovanni Cuccu,Raj Nagappan和Tomas Pinos的贡献;而Simone Tripodi发现了这
128
128
129
129
<subsection name =" Help make this documentation better…" >
130
130
<p >
131
- If you find this documentation lacking in any way, or missing
132
- documentation for a feature, then the best thing to do is learn
133
- about it and then write the documentation yourself!
131
+ 如果你以任何方式发现文档的缺失,或者文档缺少某一个功能点,最好的方式是你学习它
132
+ 并自己写文档!
134
133
</p >
135
134
<p >
136
- Sources of this manual are available in xdoc format at
135
+ 手册的xdoc方式的来源可用地址:
137
136
<a href =" https://github.com/mybatis/spring/tree/master/src/site" >project's Git </a >
138
- Fork the repository, update them and send a pull request.
137
+ Fork仓库,更新它并提交合并的请求吧。
139
138
</p >
140
139
<p >
141
- You’re the best author of this documentation, people like you have
142
- to read it!
140
+ 你是该文档最好的作者,像你一样大家都要阅读它!
143
141
</p >
144
142
</subsection >
145
143
</section >
You can’t perform that action at this time.
0 commit comments