idea15 springmvc mybatis maven 的安装,配置

我是完全按照  http://blog.csdn.net/gallenzhang/article/details/51932152  上面安装的,如果查询数据库返回来json的话,会报错,需要在pom.xml里面有jar引用

<dependency>
  <groupId>com.fasterxml.jackson.core</groupId>
  <artifactId>jackson-databind</artifactId>
  <version>2.1.4</version>
</dependency>

其他就没问题了


另外,附上github的代码:

https://github.com/luchas/picPick

发布了51 篇原创文章 · 获赞 1 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/panlongbao_918/article/details/56840903