You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code, the typereference of fastjson is converted to the string:
xxxxKnowledgeCollectDTO xxxxKnowledgeCollectDTO = JSONObject.parseObject( taskJson,new TypeReference() {} )
The idea console will print the following information for a long period of time.。
HOTSWAP AGENT: 16:28:12.473 INFO (org.hotswap.agent.plugin.jackson.JacksonPlugin) - Reloaded Jackson.
HOTSWAP AGENT: 16:28:14.208 INFO (org.hotswap.agent.plugin.jackson.JacksonPlugin) - Reloaded Jackson.
HOTSWAP AGENT: 16:28:14.244 RELOAD (org.hotswap.agent.plugin.jvm.AnonymousClassPatchPlugin) - Class 'com/xxxx/service/impl/xxxxImpl' has been enhanced with anonymous classes for hotswap.
The text was updated successfully, but these errors were encountered:
In the code, the typereference of fastjson is converted to the string:
xxxxKnowledgeCollectDTO xxxxKnowledgeCollectDTO = JSONObject.parseObject( taskJson,new TypeReference() {} )
The idea console will print the following information for a long period of time.。
HOTSWAP AGENT: 16:28:12.473 INFO (org.hotswap.agent.plugin.jackson.JacksonPlugin) - Reloaded Jackson.
HOTSWAP AGENT: 16:28:14.208 INFO (org.hotswap.agent.plugin.jackson.JacksonPlugin) - Reloaded Jackson.
HOTSWAP AGENT: 16:28:14.244 RELOAD (org.hotswap.agent.plugin.jvm.AnonymousClassPatchPlugin) - Class 'com/xxxx/service/impl/xxxxImpl' has been enhanced with anonymous classes for hotswap.
The text was updated successfully, but these errors were encountered: