hnyyghk
hnyyghk
+1 目前只能配置jasypt.encryptor.bootstrap为false让jasypt对bootstrap.yml不做处理来规避这个问题了
邮件已收到,谢谢!------------------葛弘康QQ:824080252TEL:15927146347华中科技大学电信学院电子信息工程1405班
Thank you for your answer, I was able to run this step, but there is no taxonomy information, only the OTU ID used for the analysis of the results.
可以通过开启SupportAutoType避免反序列化后携带@type字段 ``` Map fastMap = JSON.parseObject(jsonStr, new TypeReference() {}, JSONReader.Feature.SupportAutoType); ```
this is a simple unit test, will cause UnsupportedOperationException("can't get field offset on a record class: " + f) ``` TestRecord testRecord = new TestRecord("123"); log.info(com.alibaba.fastjson2.JSON.toJSONString(testRecord)); public record TestRecord(String instanceId)...