摘要: to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS 解决方案 参考网上的解决方案,通过重写WebMvcConfigurationSupport中的configureMessageConverters方法按照报错信息 阅读全文
posted @ 2023-01-04 23:49 槑孒 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 解决方法:pom.xml文件中javax.servlet-api坐标中缺少了scope,加载就可以了 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version 阅读全文
posted @ 2023-01-04 23:08 槑孒 阅读(138) 评论(0) 推荐(0) 编辑