applicationContext.xml中配置的是和dao,service相关的 对于dao,需要先配置连接池,然后sqlsession工厂对象,以及扫描包路径,将dao的代理对象,放入是spring容器中。 applicationContext.xml中配置的是和dao,service相关的 
applicationContext.xml中配置的是和dao,service相关的 对于dao,需要先配置连接池,然后sqlsession工厂对象,以及扫描包路径,将dao的代理对象,放入是spring容器中。 applicationContext.xml中配置的是和dao,service相关的