首页>代码>工作流activiti-explorer在线设计器的整合 适合大多数自定义工作流流程审批系统>/activiti-explorer/src/main/java/org/activiti/explorer/conf/JacksonConfiguration.java
package org.activiti.explorer.conf; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import com.fasterxml.jackson.databind.ObjectMapper; /** * @author Joram Barrez */ @Configuration public class JacksonConfiguration { @Bean() public ObjectMapper objectMapper() { // To avoid instantiating and configuring the mapper everywhere ObjectMapper mapper = new ObjectMapper(); return mapper; } }


四小只by白丫头 LV3
2月17日
whfuai LV14
2024年9月28日
HANCW LV9
2024年8月20日
云破月 LV8
2024年4月12日
denglu123321 LV4
2024年4月11日
Gin19960217 LV4
2024年3月5日
1049066887 LV13
2024年3月3日
weilaizhisheng LV21
2024年1月16日
zhong8876 LV1
2023年11月29日
yuan_bin1990 LV7
2023年11月13日