07 2022 档案

摘要:GSON TypeToken 动态泛型 一、错误描述 Exception in thread "main" java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to com.xxx 二 阅读全文
posted @ 2022-07-22 11:43 pinenuts 阅读(2577) 评论(0) 推荐(0)
摘要:问题 idea 无法运行junit5单元测试用例,错误提示: Exception: intellij failed to resolve org.junit.platform:junit-platform-launcher:1.7.0 解决办法: 方式一 : 添加pom依赖 <dependencie 阅读全文
posted @ 2022-07-14 15:07 pinenuts 阅读(2040) 评论(0) 推荐(0)