potentially issue fixed

pull/1284/head
akib6074@gmail.com 3 years ago
parent d962a982d1
commit 429007236e

@ -45,6 +45,7 @@ public class JacksonHandler implements JsonFacade {
MAPPER.setSerializationInclusion(JsonInclude.Include.NON_NULL);
MAPPER.disable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS);
MAPPER.disable(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES);
MAPPER.configure(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY, true);
}
@Override

@ -50,7 +50,7 @@ public class Md5UtilTest {
@Test
public void assetGetTpContentMd5() {
String md5Result = "ef5ea7cb47377fb9fb85a7125e76715d";
String md5Result = "d853e7e86e0c4a4ef8a71f33caa26fac";
ThreadPoolParameterInfo threadPoolParameterInfo = ThreadPoolParameterInfo.builder().tenantId("prescription")
.itemId("dynamic-threadpool-example").tpId("message-consume").content("描述信息").corePoolSize(1)
.maximumPoolSize(2).queueType(1).capacity(4).keepAliveTime(513).executeTimeOut(null).rejectedType(4)

Loading…
Cancel
Save