01 2023 档案
摘要:public class IdentityLinkType { /* Activiti native roles */ public static final String ASSIGNEE = "assignee"; // 受让人,受让人 public static final String CA
阅读全文
摘要:在pom.xml中改配置 <dependency> <groupId>javax.servlet.jsp.jstl</groupId> <artifactId>jstl-api</artifactId> <scope>provided</scope> <exclusions> <exclusion>
阅读全文
摘要:import lombok.Data; import net.sf.json.JSONObject; import java.io.Serializable; import java.util.Date; /** * 流程日志扩展类 * @author hxy * @email huangxiany
阅读全文
摘要:<plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.1.1.RELEASE</version> <con
阅读全文