spring mvc
程序员陆通
程序员、AI创业者、《人人都是AI产品经理》图书作者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Specified class is an interface
org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface 解决: @RequestMapping(value = "/merchant/authority/button/add", method = R...原创 2018-04-18 19:42:42 · 14182 阅读 · 0 评论 -
Specified class is an interface异常
org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface 解决: @RequestMapping(value = "/merchant/authority/button/add", method =...原创 2018-05-19 16:50:58 · 1353 阅读 · 0 评论
分享