课程
/后端开发
/Java
/SpringBoot开发常用技术整合
当User属性值为null时我想属性值返回空字符串怎么处理?
在每个get()的方法判断太过繁琐,可不可以在IMoocJsonResult类处理?
2020-02-19
源自:SpringBoot开发常用技术整合 3-2
正在回答
fastjson针对返回处理,查看SerializerFeature属性 jsonObject.toJSONString(apiResData, SerializerFeature.WriteMapNullValue); WriteNullStringAsEmpty 字符类型字段如果为null,输出为”“,而非null
举报
SpringBoot 极简开发的框架整合利器
1 回答跳转不了页面,直接返回了字符串
1 回答整合freemarker,访问不到ftl的页面,直接返回了字符串
4 回答自定义userMapperCustom.queryUserSimplyInfoById(userId) 返回为空
2 回答tk.mybatis.mapper insert时怎么返回主键Id
1 回答过滤器中的request.getPathInfo()一直返回null