详解Spring的applicationContext xml配置文件

首先给大家分享一个巨牛巨牛的人工智能教程,是我无意中发现的。教程不仅零基础,通俗易懂,而且非常风趣幽默,还时不时有内涵段子,像看小说一样,哈哈~我正在学习中,觉得太牛了,所以分享给大家!点这里可以跳转到教程

               

想必用过Spring的程序员们都有这样的感觉,Spring把逻辑层封装的太完美了(个人感觉View层封装的不是很好)。以至于有的初学者都不知道Spring配置文件的意思,就拿来用了。所以今天我给大家详细解释一下SpringapplicationContext.xml文件。Ok,还是通过代码加注释的方式为大家演示:

以下是详解SpringapplicationContext.xml文件代码:








com.mysql.jdbc.Driver




jdbc:mysql://localhost:3306/tie?useUnicode=true&characterEncoding=utf-8




root



123



class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">






com/alonely/vo/User.hbm.xml





class="org.springframework.orm.hibernate3.HibernateTemplate">






















           

浏览人工智能教程

你可能感兴趣的:(详解Spring的applicationContext xml配置文件)