06 2021 档案
IDEA报错:Command line is too long. 命令行太长
摘要:IDEA启动项目时报错:Command line is too long. 如图所示: 解决方法: 在该项目文件夹 .idea/workspace.xml 中找到 <component name="PropertiesComponent"> 标签, 然后在其中添加: <property name=" 阅读全文
posted @ 2021-06-23 15:01 法哈席基 阅读(2510) 评论(0) 推荐(0)
实体类常用的Json注解
摘要:引入依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.54</version> </dependency> 代码 import com.fasterxml.jac 阅读全文
posted @ 2021-06-08 11:33 法哈席基 阅读(681) 评论(0) 推荐(0)