摘要:
springmvc.xml文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XM 阅读全文
摘要:
pom.xml文件加上 <!-- getmapping注解 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.0.5.RELEASE</vers 阅读全文
摘要:
UPDATE qc_pur_insapp_datail A ,Item_code BSET A.frgn_name=B.item_nameWHERE A.Item_code=B.item_code 阅读全文
摘要:
//api中接口 //实现类 //需要调用的远程服务的接口 //需要远程调用服务的实现类 package org.springblade.flow.business.service.impl; import lombok.AllArgsConstructor; import org.flowable 阅读全文