SSM项目配置(web.xml)



  Archetype Created Web Application

  
    contextConfigLocation
    
      classpath:applicationContext.xml
    
  

  
  
    org.springframework.web.context.ContextLoaderListener
  

  
  
    encodingFilter
    org.springframework.web.filter.CharacterEncodingFilter
    
      encoding
      UTF-8
    
    
      forceEncoding
      true
    
  
  
  
    encodingFilter
    /*
  

  
  
    shiroFilter
    org.springframework.web.filter.DelegatingFilterProxy
    
      targetFilterLifecycle
      true
    
  
  
    shiroFilter
    /*
  

  
  
    SpringMvc
    org.springframework.web.servlet.DispatcherServlet
    
      contextConfigLocation
      classpath:spring-mvc.xml
    
    1
    true
  
  
    SpringMvc
    
    /
  

  
    spring.profiles.active
    dev
  
  
    spring.profiles.default
    dev
  
  
    spring.liveBeansView.mbeanDomain
    dev
  



你可能感兴趣的:(SSM项目配置(web.xml))