db.properties 在SSM 框架中的使用

db.properties文件

jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://127.0.0.1:3306/test
jdbc.username=root
jdbc.password=root
applicationContext.xml 文件 

//    使用db.properties
      //这句话很关键

    

        //使用EL表达式 ,使用key值 ,来导入对应的Value值

        

        

        

        

        

    

使用C3P0 连接池  的 applicatContext.xml文件

 

    
        
        
        
        
        

        
        
        
        

        
        

        
        

        
        

        
        
        
        

        
        
        
    


你可能感兴趣的:(javaweb知识)