摘要: 方式一 import org.springframework.cglib.beans.BeanMap; BeanMap.create(entityObj); 方式二 import com.alibaba.fastjson.JSONObject; //方式1、强转为JSONObject JSONObj 阅读全文
posted @ 2023-04-27 17:24 白玉神驹 阅读(422) 评论(0) 推荐(0)
摘要: 1. file–>setting–>Editor–>General–>Auto Import,去掉勾选即可。 2. file->setting->Editor->CodeStyle->Java->Imports->设置上限 阅读全文
posted @ 2023-04-27 13:46 白玉神驹 阅读(2565) 评论(0) 推荐(0)