Skip to content

Commit

Permalink
修改spring配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
nnngu committed Jan 27, 2018
1 parent 089bbbe commit 1e51889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/spring/applicationContext-dao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!--注入sqlSessionFactory,请注意不要使用sqlSessionFactoryBean,否则会出现注入异常-->
<property name="sqlSessionFactoryBeanName" value="sqlSessionFactory"/>
<!--给出要扫描的mapper接口-->
<property name="basePackage" value="com.nnngu.dao"/>
<property name="basePackage" value="com.nnngu.dao" />
</bean>

<!--注入redisDao-->
Expand Down

0 comments on commit 1e51889

Please sign in to comment.