Skip to content

Commit 9f5d65c

Browse files
authored
correct a mistranslation.
1 parent 08b7361 commit 9f5d65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/ko/xdoc/mappers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<body>
3131
<section name="매퍼 주입">
32-
<p>데이터 접근 객체인 DAO를 만든것보다 직접 <code>SqlSessionDaoSupport</code> 나 <code>SqlSessionTemplate</code> 를 사용하자.
32+
<p><code>SqlSessionDaoSupport</code> 나 <code>SqlSessionTemplate</code> 를 직접적으로 사용하는 데이터 접근 객체(DAO)를 생성하기 보다,
3333
마이바티스 스프링 연동모듈은 다른 빈에 직접 주입할 수 있는 쓰레드에 안전한 매퍼를 생성할 수 있다. </p>
3434

3535
<source><![CDATA[<bean id="fooService" class="org.mybatis.spring.sample.service.FooServiceImpl">

0 commit comments

Comments
 (0)