baichengzhou / SpringMVC-Mybatis-Shiro-redis-0.2

基于SpringMVC、Mybatis、Redis、Freemarker的Shiro管理Demo源码的升级版。
http://www.sojson.com/shiro
1.79k stars 1.13k forks source link

jackson版本不同导致编译错误 #40

Open lelelemonade opened 4 years ago

lelelemonade commented 4 years ago

pom.xml里jackson-databind jackson-core和jackson-annotations版本不同导致编译错误 Screenshot_20200327_145030 我把jackson-databind改回2.7.4后正常运行

bitbeluga commented 4 years ago

按这个方法我也正常了 谢谢

liuchsh commented 4 years ago

编译不会报错,是运行时会报 Could not initialize class org.springframework.http.converter.json.MappingJackson2HttpMessageConvert 大家注意!