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 5201e9f commit 7d6cbf8Copy full SHA for 7d6cbf8
src/site/ko/xdoc/using-api.xml
@@ -28,7 +28,7 @@
28
</properties>
29
30
<body>
31
- <section name="Using the MyBatis API">
+ <section name="MyBatis API 사용하기">
32
<p>마이바티스 스프링 연동모듈을 사용해더라도 마이바티스 API를 직접 사용할 수 있다.
33
<code>SqlSessionFactoryBean</code>을 사용해서 스프링에서 <code>SqlSessionFactory</code>를 생성하고 팩토리를 사용하자. </p>
34
<source><![CDATA[public class UserDaoImpl implements UserDao {
0 commit comments