ssm整合需要的配置文件






-------------------上边是sqlmapconfig.xml---------------------------




    
    
    
    
        
        
        
        
        
        
    
    
    
    
        
        
        
        
    
    
    
        
    


----------------------------------以上是applicationContext-dao.xml-----------------------------




    
    


----------------------applicationContext-service.xml------------------------------



    
    
        
        
    
    
    
        
            
            
            
            
            
            
            
        
    
    
    
        
    

-------------------------applicationContext-trans.xml-----------------------------------




    
    
    

    

    

    
        
        
    

-----------------------------------------springmvc.xml--------------------------------------------------

jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/db2?characterEncoding=utf-8
jdbc.username=root
jdbc.password=123

----------------------------------------------db.properties---------------------------------------------



    boot-crm
    
        index.html
        index.htm
        index.jsp
        default.html
        default.htm
        default.jsp
    
    
    
        contextConfigLocation
        classpath:spring/applicationContext-*.xml
    
    
    
        org.springframework.web.context.ContextLoaderListener
    


    
    
        encoding
        org.springframework.web.filter.CharacterEncodingFilter
        
            encoding
            UTF-8
        
    

    
        encoding
        *.action
    
    
    
        crm
        org.springframework.web.servlet.DispatcherServlet
        
            contextConfigLocation
            
            classpath:spring/springmvc.xml
        
        1
    
    
        crm
        
        *.action
    

---------------------------------------------web.xml------------------------------------------------

你可能感兴趣的:(ssm整合需要的配置文件)