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 645888b commit 342c18dCopy full SHA for 342c18d
src/docbkx/templates_support.xml
@@ -127,7 +127,7 @@
127
<literal>SqlSessionDaoSupport</literal>, it can be configured in Spring
128
like the following:
129
130
- <programlisting language="xml"><![CDATA[<bean id="userMapperImpl" class="sample.UserMapperImpl">
+ <programlisting language="xml"><![CDATA[<bean id="userMapper" class="org.mybatis.spring.sample.mapper.UserMapperImpl">
131
<property name="sqlSessionFactory" ref="sqlSessionFactory" />
132
</bean>]]></programlisting>
133
</para>
0 commit comments