当前位置 : 主页 > 编程语言 > c++ >

SSH框架[配置文件.xml]

来源:互联网 收集:自由互联 发布时间:2021-06-30
applicationContext.xml hibernate.dialect=org.hibernate.dialect.MySQLDialect hibernate.show_sql=true hibernate.format_sql=true hibernate.hbm2ddl.auto=update com.xcr.domain pom.xml 4.0.0 com.xcr common_parent pom 1.0-SNAPSHOT bg 0.9.1.2 2.3.2
applicationContext.xml
 

 

    
  
    
  

    
  
    
  
    
  
    
   
    
    
    
    
  

    
  
    
   
    
    
    
      hibernate.dialect=org.hibernate.dialect.MySQLDialect hibernate.show_sql=true hibernate.format_sql=true hibernate.hbm2ddl.auto=update 
     
    
    
    
     
     
      com.xcr.domain
      
     
    
  

    
  
    
   
    
  
    
  
    
  



 
pom.xml
 

 
    
  
   4.0.0
  

    
  
   com.xcr
  
    
  
   common_parent
  
    
  
   pom
  
    
  
   1.0-SNAPSHOT
  
    
   
   
    bg
    
  

    
   
   
    0.9.1.2
    
   
    2.3.24
    
  


    
   
    
    
     junit
     
    
     junit
     
    
     3.8.1
     
    
     test
     
    
    
    
    
     com.alibaba
     
    
     fastjson
     
    
     1.1.37
     
    
    
    
    
     c3p0
     
    
     c3p0
     
    
     ${c3p0.version}
     
    
    
    
    
     org.apache.struts
     
    
     struts2-convention-plugin
     
    
     ${struts2.version}
     
    
    
    
     javax.servlet
     
    
     servlet-api
     
    
     2.5
     
    
     provided
     
    
    
    
     org.hibernate
     
    
     hibernate-core
     
    
     5.0.7.Final
     
    
    
    
     org.springframework
     
    
     spring-core
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-beans
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-context
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-orm
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-test
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-context-support
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-aop
     
    
     4.2.4.RELEASE
     
    
    
    
     org.springframework
     
    
     spring-web
     
    
     4.2.4.RELEASE
     
    
    
    
     org.aspectj
     
    
     aspectjweaver
     
    
     1.8.7
     
    
    
    
     org.apache.struts
     
    
     struts2-core
     
    
     2.3.24
     
    
    
    
     org.apache.struts
     
    
     struts2-spring-plugin
     
    
     2.3.24
     
     
      
      
       spring-context
       
      
       org.springframework
       
      
      
      
       spring-core
       
      
       org.springframework
       
      
      
      
       spring-web
       
      
       org.springframework
       
      
      
      
       spring-beans
       
      
       org.springframework
       
      
     
    
    
    
     mysql
     
    
     mysql-connector-java
     
    
     5.1.6
     
    
    
    
     jstl
     
    
     jstl
     
    
     1.2
     
    
  

 
web.xml
 

 

    
  
    
   
   
    contextConfigLocation
    
   
    classpath:applicationContext.xml
    
  
    
  
    
   
   
    org.springframework.web.context.ContextLoaderListener
    
  

    
  
    
   
   
    CXFService
    
   
    org.apache.cxf.transport.servlet.CXFServlet
    
   
    1
    
  
    
   
   
    CXFService
    
   
    /services/*
    
  

    
  
    
   
   
    openSessionInViewFilter
    
   
    org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
    
  
    
   
   
    openSessionInViewFilter
    
   
    /*
    
  

    
  
    
   
   
    struts2
    
   
    org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    
  
    
   
   
    struts2
    
   
    *.action
    
  

    
  
    
   
   
    404
    
   
    /error.jsp
    
  

    
   
   
    index.html
    
   
    index.htm
    
   
    index.jsp
    
   
    default.html
    
   
    default.htm
    
   
    default.jsp
    
  

 
db.properties
# mysql jdbc properties
jdbc.driverClass=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql:///p2
jdbc.username=root
jdbc.password=root
上一篇:Spring的注入方式
下一篇:Oracle自增长
网友评论