文章列表

2.5k 2 分钟

# 服务端配置 新建一个 SpringBoot 项目 pom.xml 12345678910111213<!--如果不需要鉴权 可以不加Security依赖--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>...
14k 13 分钟

# 1. 引入依赖: 12345678<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> <dependency>...
154 1 分钟

123if(Objects.nonNull(prLine)&&Objects.nonNull(prLine.getPurchaseAgentId())){ poHeaderDetailDTO.setAgentId(prLine.getPurchaseAgentId());}