摘要: 作用:在json序列化时将java bean中的一些属性忽略掉,序列化和反序列化都受影响。 使用方法:一般标记在属性或者方法上,返回的json数据即不包含该属性。 场景模拟: 需要把一个List<HistoryOrderBean>转换成json格式的数据传递给前台。但实体类中基本属性字段的值都存储在 阅读全文
posted @ 2019-07-11 17:16 ThisCall 阅读(430) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u014044812/article/details/84256764( 阅读全文
posted @ 2019-07-11 15:40 ThisCall 阅读(175) 评论(0) 推荐(0)
摘要: 1.Window—Preferences—Java—Compiler—右侧面板设置为1.6 2.Window—Preferences—Java—Installed JREs—右侧面板“Add”本地的1.6版本jdk路径,并勾上 以上已经完成eclipse的jdk的变更3.在你需要变更jdk版本的项目 阅读全文
posted @ 2019-07-11 13:51 ThisCall 阅读(982) 评论(0) 推荐(0)
摘要: 关于Springboot打包错误的问题 | Failed to execute goal org.springframework.boot:spring-boot-maven-plugin https://blog.csdn.net/qq_30553235/article/details/79094 阅读全文
posted @ 2019-07-11 10:02 ThisCall 阅读(22085) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/mousede/article/details/81285693 https://blog.csdn.net/weixin_42194143/article/details/80350623 这个更重要,都要看 配置环境需要的插件 https://www. 阅读全文
posted @ 2019-07-11 09:31 ThisCall 阅读(198) 评论(0) 推荐(0)