- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 开发中遇到的问题
controller返回时 不返回null值:@JsonInclude(JsonInclude.Include.NON_NULL)
2021-11-23 18:16:38
116
1
原创 idea插件
google-java-format:谷歌格式化代码easy Code:Free Mybatis plugin:GenerateAllSetter:GitToolBox:Maven Helper:Scala:Search in Repository:Vusion Theme
2021-11-17 22:04:24
110
原创 判断java对象null、空的操作
一、hutool工具类:导入依赖:<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.5.7</version> </dependency>判断一个集合是否为空:CollectionUtil.isEmpty(response.getData()
2021-11-14 16:54:24
2786
原创 git的使用
查看配置:git config -l查看系统配置:git config --system --list查看用户配置:git config --global --list系统配置文件:git安装目录\etc\gitconfig用户配置文件:c盘\用户\WANGZHULIN\.gitconfig配置用户名:git config --global user.name xxxxxx配置邮箱:git config --global user.email xxxxxx显示所有本地分支:git bran
2021-11-14 16:21:40
146
原创 java-Json相关操作
对象转json:用 alibaba fastjson 包JSONObject.toJSONString(xxx对象)JSONObject.toJSONString(baseParamsDTO)
2021-09-28 10:57:40
127
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人