File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 33
33
<subsection name =" Instalación" >
34
34
<p >
35
35
Para usar MyBatis sólo tienes que incluir el fichero
36
- <code >
37
- mybatis-x.x.x.jar
38
- </code >
36
+ <a href =" https://github.com/mybatis/mybatis-3/releases" >mybatis-x.x.x.jar</a >
39
37
en el classpath.
40
38
</p >
41
39
<p >
Original file line number Diff line number Diff line change 32
32
<subsection name =" Installation" >
33
33
<p >
34
34
MyBatis を使うためには、ダウンロードした
35
- <code >
36
- mybatis-x.x.x.jar
37
- </code >
35
+ <a href =" https://github.com/mybatis/mybatis-3/releases" >mybatis-x.x.x.jar</a >
38
36
をクラスパスに追加する必要があります。
39
37
</p >
40
38
<p >
Original file line number Diff line number Diff line change 32
32
<subsection name =" 설치" >
33
33
<p >
34
34
마이바티스를 사용하기 위해
35
- <code >
36
- mybatis-x.x.x.jar
37
- </code >
35
+ <a href =" https://github.com/mybatis/mybatis-3/releases" >mybatis-x.x.x.jar</a >
38
36
파일을 클래스패스에 두어야 한다.
39
37
</p >
40
38
<p >
Original file line number Diff line number Diff line change 31
31
<subsection name =" Installation" >
32
32
<p >
33
33
To use MyBatis you just need to include the
34
- <code >
35
- mybatis-x.x.x.jar
36
- </code >
34
+ <a href =" https://github.com/mybatis/mybatis-3/releases" >mybatis-x.x.x.jar</a >
37
35
file in the classpath.
38
36
</p >
39
37
<p >
Original file line number Diff line number Diff line change 31
31
<section name =" 入门" >
32
32
33
33
<subsection name =" 安装" >
34
- <p >要使用 MyBatis, 只需将 <code >mybatis-x.x.x.jar</code > 文件置于 classpath 中即可。</p >
34
+ <p >要使用 MyBatis, 只需将 <a href = " https://github.com/mybatis/mybatis-3/releases " >mybatis-x.x.x.jar</a > 文件置于 classpath 中即可。</p >
35
35
<p >如果使用 Maven 来构建项目,则需将下面的 dependency 代码置于 pom.xml 文件中:</p >
36
36
<source ><![CDATA[
37
37
<dependency>
You can’t perform that action at this time.
0 commit comments