详解Spring的配置文件

2014-11-23 17:42:58 · 作者: · 浏览: 15

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


  以下是详解Spring的applicationContext.xml文件代码:


  


  


  


  


  


  


  


  


   com.mysql.jdbc.Driver


  


  


  


  


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