File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
72
72
<source ><![CDATA[
73
73
@Bean
74
- public SqlSessionFactoryBean sqlSessionFactory() throws Exception {
74
+ public SqlSessionFactory sqlSessionFactory() throws Exception {
75
75
SqlSessionFactoryBean factoryBean = new SqlSessionFactoryBean();
76
76
factoryBean.setDataSource(dataSource());
77
77
return factoryBean.getObject();
Original file line number Diff line number Diff line change 67
67
68
68
<source ><![CDATA[
69
69
@Bean
70
- public SqlSessionFactoryBean sqlSessionFactory() throws Exception {
70
+ public SqlSessionFactory sqlSessionFactory() throws Exception {
71
71
SqlSessionFactoryBean factoryBean = new SqlSessionFactoryBean();
72
72
factoryBean.setDataSource(dataSource());
73
73
return factoryBean.getObject();
Original file line number Diff line number Diff line change 57
57
58
58
<source ><![CDATA[
59
59
@Bean
60
- public SqlSessionFactoryBean sqlSessionFactory() throws Exception {
60
+ public SqlSessionFactory sqlSessionFactory() throws Exception {
61
61
SqlSessionFactoryBean factoryBean = new SqlSessionFactoryBean();
62
62
factoryBean.setDataSource(dataSource());
63
63
return factoryBean.getObject();
Original file line number Diff line number Diff line change 80
80
81
81
<source ><![CDATA[
82
82
@Bean
83
- public SqlSessionFactoryBean sqlSessionFactory() throws Exception {
83
+ public SqlSessionFactory sqlSessionFactory() throws Exception {
84
84
SqlSessionFactoryBean factoryBean = new SqlSessionFactoryBean();
85
85
factoryBean.setDataSource(dataSource());
86
86
return factoryBean.getObject();
You can’t perform that action at this time.
0 commit comments