Skip to content

Commit d6b8e4e

Browse files
authored
Merge pull request #3194 from ngocnhan-tran1996/issues-3186
Display online english guide
2 parents ba902c1 + 2757fff commit d6b8e4e

File tree

22 files changed

+38
-0
lines changed

22 files changed

+38
-0
lines changed

src/site/es/markdown/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Introducción
22
author: Clinton Begin, Eduardo Macarron
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Introducción
57

68
### ¿Qué es MyBatis?

src/site/es/markdown/logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Logging
22
author: Clinton Begin, Eduardo Macarron
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Logging
57

68
MyBatis proporciona información de logging mediante el uso interno de una factoría. La factoría interna delega la información de logging en alguna de las siguientes implementaciones.

src/site/es/resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px;
2828
li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px}
2929
li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px}
3030
li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px}
31+
.d-none {display: none; margin: 0; padding: 0;}

src/site/fr/resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px;
2828
li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px}
2929
li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px}
3030
li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px}
31+
.d-none {display: none; margin: 0; padding: 0;}

src/site/ja/markdown/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | イントロダクション
22
author: Clinton Begin, Iwao AVE!
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## イントロダクション
57

68
### MyBatis とは?

src/site/ja/markdown/logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | ロギング
22
author: Clinton Begin, Iwao AVE!
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## ロギング
57

68
MyBatis は、内部の Log Factory を通してログ情報を出力します。この Log Factory は、ログ情報を次に挙げる実装のいずれかに委譲(delegate)します。

src/site/ja/resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px;
2828
li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px}
2929
li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px}
3030
li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px}
31+
.d-none {display: none; margin: 0; padding: 0;}

src/site/ko/markdown/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: 마이바티스 3 | 소개
22
author: Clinton Begin, 이동국(한국어 번역)
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## 소개
57

68
### 마이바티스는 무엇인가?

src/site/ko/markdown/logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: 마이바티스 3 | 로깅
22
author: Clinton Begin, 이동국(한국어 번역)
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Logging
57

68
마이바티스는 내부 로그 팩토리를 사용하여 로깅 정보를 제공한다. 내부 로그 팩토리는 로깅 정보를 다른 로그 구현체 중 하나에 전달한다.

src/site/ko/resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px;
2828
li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px}
2929
li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px}
3030
li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px}
31+
.d-none {display: none; margin: 0; padding: 0;}

src/site/markdown/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Configuration
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Configuration
57

68
The MyBatis configuration contains settings and properties that have a dramatic effect on how MyBatis behaves. The high level structure of the document is as follows:

src/site/markdown/dynamic-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Dynamic SQL
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Dynamic SQL
57

68
One of the most powerful features of MyBatis has always been its Dynamic SQL capabilities. If you have any experience with JDBC or any similar framework, you understand how painful it is to conditionally concatenate strings of SQL together, making sure not to forget spaces or to omit a comma at the end of a list of columns. Dynamic SQL can be downright painful to deal with.

src/site/markdown/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Getting started
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Getting started
57

68
### Installation

src/site/markdown/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Introduction
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Introduction
57

68
### What is MyBatis?

src/site/markdown/java-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Java API
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Java API
57

68
Now that you know how to configure MyBatis and create mappings, you're ready for the good stuff. The MyBatis Java API is where you get to reap the rewards of your efforts. As you'll see, compared to JDBC, MyBatis greatly simplifies your code and keeps it clean, easy to understand and maintain. MyBatis 3 has introduced a number of significant improvements to make working with SQL Maps even better.

src/site/markdown/logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Logging
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Logging
57

68
MyBatis provides logging information through the use of an internal log factory. The internal log factory will delegate logging information to one of the following log implementations:

src/site/markdown/sqlmap-xml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | Mapper XML Files
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## Mapper XML Files
57

68
The true power of MyBatis is in the Mapped Statements. This is where the magic happens. For all of their power, the Mapper XML files are relatively simple. Certainly if you were to compare them to the equivalent JDBC code, you would immediately see a savings of 95% of the code. MyBatis was built to focus on the SQL, and does its best to stay out of your way.

src/site/markdown/statement-builders.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | The SQL Builder Class
22
author: Clinton Begin
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## The SQL Builder Class
57

68
### The Problem

src/site/resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ li.ja {background: url('../images/ja.png') left no-repeat;padding-left: 32px; ma
2828
li.fr {background: url('../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px}
2929
li.zh {background: url('../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px}
3030
li.ko {background: url('../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px}
31+
.d-none {display: none; margin: 0; padding: 0;}

src/site/zh_CN/markdown/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | 简介
22
author: Clinton Begin, Nan Lei, Dongxu Wang
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## 简介
57

68
### 什么是 MyBatis?

src/site/zh_CN/markdown/logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: MyBatis 3 | 日志
22
author: Clinton Begin, Nan Lei
33

4+
<h1 class="d-none">Avoid blank site</h1>
5+
46
## 日志
57

68
Mybatis 通过使用内置的日志工厂提供日志功能。内置日志工厂将会把日志工作委托给下面的实现之一:

src/site/zh_CN/resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px;
2828
li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px}
2929
li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px}
3030
li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px}
31+
.d-none {display: none; margin: 0; padding: 0;}

0 commit comments

Comments
 (0)