Skip to content

Commit 342c18d

Browse files
committed
added a snippet from the code sample
1 parent 645888b commit 342c18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbkx/templates_support.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<literal>SqlSessionDaoSupport</literal>, it can be configured in Spring
128128
like the following:
129129

130-
<programlisting language="xml"><![CDATA[<bean id="userMapperImpl" class="sample.UserMapperImpl">
130+
<programlisting language="xml"><![CDATA[<bean id="userMapper" class="org.mybatis.spring.sample.mapper.UserMapperImpl">
131131
<property name="sqlSessionFactory" ref="sqlSessionFactory" />
132132
</bean>]]></programlisting>
133133
</para>

0 commit comments

Comments
 (0)