guan

Results 5 comments of guan

新增全局注入对象,不得不新增 component,比较麻烦 ![image](https://user-images.githubusercontent.com/5926540/79092871-d91e0600-7d84-11ea-868a-29cfd685e001.png)

我也遇到类似的报错,图片不出来。。。 I/m.nari.moap_ap: Method exceeds compiler instruction limit: 21028 in void org.ccil.cowan.tagsoup.HTMLSchema.() I/RichText: DefaultImageGetter --> cache hit -- none I/RichText: AbstractImageLoader --> onLoading > http://dingyue.ws.126.net/2019/1213/25bbd77dj00q2ex8p001lc000jg00cxm.jpg I/RichText: DefaultImageGetter --> image load --...

追踪到mybatis里面:发现 TypeHandler 为空,对应的过滤条件是List类型(采用通用mapper generator生成的配置) --- 应该如何修改 ![image](https://user-images.githubusercontent.com/5926540/44150407-ed5507e0-a0d1-11e8-8f32-76e11f1b3816.png)

@abel533 是数组的时候出问题,如果是List就不会有问题,难道用Arrays.asList 引起的,但array并没有使用基本类型 谢谢