摘要:
# 使用fastjson2将字符串转对象时当对象中有class属性时使用JSON.parseObject(jsonStr, ObjCacheDirectoryVo.class)报错 ``` com.alibaba.fastjson2.JSONException: not support ClassF 阅读全文
摘要:
# 1、模式一:-javaaent ## 1.1、编写 MyAgent.java ``` import java.lang.instrument.Instrumentation; public class MyAgent { public static void premain(String age 阅读全文
摘要:
``` dev dev test test prod prod ${project.artifactId} org.apache.maven.plugins maven-jar-plugin true lib/ false com.reda.econ.app.EconAppApplication . 阅读全文