Skip to content

Commit ce3f1a0

Browse files
authored
Wrong method return value
1 parent 81a035e commit ce3f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/getting-started.xml.vm

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

6565
<source><![CDATA[
6666
@Bean
67-
public SqlSessionFactoryBean sqlSessionFactory() throws Exception {
67+
public SqlSessionFactory sqlSessionFactory() throws Exception {
6868
SqlSessionFactoryBean factoryBean = new SqlSessionFactoryBean();
6969
factoryBean.setDataSource(dataSource());
7070
return factoryBean.getObject();

0 commit comments

Comments
 (0)