Skip to content

Commit 6d3af75

Browse files
authored
Add <code> tag
Add <code> tag
1 parent be3a59a commit 6d3af75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/ko/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
575575
</td>
576576
<td>
577577
Provider method를 가지고 있는 sql provider class를 지정한다. (3.5.6 부터).
578-
이 클래스는 sql provider annotation(예: @SelectProvider)의 type (혹은 value)속성이 누락되었을때 기본으로 적용된다.
578+
이 클래스는 sql provider annotation(예: <code>@SelectProvider</code>)의 <code>type</code> (혹은 <code>value</code>)속성이 누락되었을때 기본으로 적용된다.
579579
</td>
580580
<td>
581581
타입별칭이나 패키지 경로를 포함한 클래스명

0 commit comments

Comments
 (0)