nested exception is java.lang.IllegalArgumentException: No converter found for return value of type

springmvc访问页面报  nested exception is java.lang.IllegalArgumentException: No converter found for return value of type: XXX

解决方法

   
		2.9.7
	
	    
			com.fasterxml.jackson.core
			jackson-databind
			${jackson.version}
		

 

你可能感兴趣的:(日常问题)