freemarker spring mvc 配置

 spring mvc中配置  

 

      class="org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer">  
     
     
         
            0  
            UTF-8  
            0.##########  
            yyyy-MM-dd HH:mm:ss  
            true  
            ignore  
       
 
   
 
   
       
           
       

   
 
 







 


   
     
     
   
     
     
   
     
     
     
     
      


注意:

: Could not resolve view with name 'index.ftl' in servlet with name 'springmvc'

这个说freemarkerConfig中配置了templateLoaderPath,那么viewResolver就不需要配置prefix,并且路径必须配置到templateLoaderPath。

记录完毕。

 redirect:/utl 表示跳转  forward:/url表示转发

  发现只能通过ModelAndView传值。

加油


你可能感兴趣的:(freemarker spring mvc 配置)