1.Cannot find class [org.springframework.http.converter.json.MappingJacksonHttpMessageConverter] for bean with name 'mappingJacksonHttpMessageConverter' defined in class path resource [config/spring-mvc.xml]; 在springmvc.xm把org.springframework.http.co…
一.准备工作 1.1导入所需jar包 1.2数据库 CREATE TABLE `t_customer` ( `id` ) NOT NULL AUTO_INCREMENT, `username` ) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, `jobs` ) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, `phone` ) CHARACTER SET u…