applicationContext.xml配置


    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
    
             class="org.springframework.jdbc.datasource.DriverManagerDataSource">
        
            com.mysql.jdbc.Driver
        

        
            jdbc:mysql://localhost/db_blog
        

        
            root
        

        
            root
        

    



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


        
            
                
                    org.hibernate.dialect.MySQLDialect
                

                flase
            

        

        
            
                com/sanqing/po/User.hbm.xml
                com/sanqing/po/Article.hbm.xml
                com/sanqing/po/BlogInfo.hbm.xml
                com/sanqing/po/Critique.hbm.xml
                com/sanqing/po/Dianjiliang.hbm.xml
                com/sanqing/po/Advice.hbm.xml
            

        

    



    
    
        
            
        

    


    
    
        
            
        

    



    
    
        
            
        


    


    

    
        
            
        

    




你可能感兴趣的:(applicationContext.xml配置)