1.
在学习Json数据转换时,出现500
The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception:
javax.servlet.ServletException: Servlet.init() for servlet [springMvc] threw exception
问题原因
JSON的jar包和spring的jar包不兼容
解决:
当时使用的是org.springframework:spring-webmvc:5.1.9.RELEASE
使用的Json,jar为2.8.8版本。将版本改为2.9.8问题被解决