Skip to content

Commit a0affee

Browse files
authored
Merge pull request #366 from javazsh/master
Wrong method return value
2 parents 81a035e + ce3f1a0 commit a0affee

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)