replacing AnnotationMethodHandlerAdapter with RequestMappingHandlerAdapter issue

后端 未结 3 1535
既然无缘
既然无缘 2021-02-03 10:46

I recently upgraded to spring 3.2 and noticed that AnnotationMethodHandlerAdapter had been deprecated in favor of RequestMappingHandlerAdapter. So I r

3条回答
  •  清酒与你
    2021-02-03 11:24

    Use "" in the spring configuration file instead of writing your own implementation of WebMvcConfigurationSupport

    example

        
    
        
            
            
        
    
        
            
                
                    
                    
                    
                    
                    
                
            
    
        
    

提交回复
热议问题