Internet Explorer CSS Bugs Overview Internet Explorer is famous for not supporting many of CSS properties as well as contaning numerous bugs in the ones it supports. This page lists problems in Internet Explorer, samples demontrating them as well as…
问题描述 Spring Cloud Feign调用其它服务报错,错误提示如下:Failed to instantiate [java.util.List]: Specified class is an interface. 解决方案 通过查询一些资料,得到的结论,是定义接口传递的参数时,没有用@RequestBody修饰,查看定义接口有用@RequestBogy修饰,Feign的接口实现里没有用@RequestBody修饰,添加后问题就解决了,以后还是要仔细看待每个问题.…
BUG1: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. BUG2:使用lombok却无法找到log符号,注解@Slf4j无法使用log 1 Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.If yo…