Skip to content

correct a mistranslation translated in Korean. #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/ko/xdoc/mappers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

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