我想向我的Pythonflaskapi发送一个整数数组。我用我的另一个后端api (SpringBoot)编写这段代码。我从来没有做过这样的事情,所以我不知道如何用httpPost和CloseableHttpClient来传递int[]参数。我的代码看起来像这样: @PostMapping("/result")
public String
我使用完全相同的查询,只需将方法从POST更改为DELETE。我在SpringBoot2.0.1中也有相同的方法--只是将注释从@PostMapping更改为@DeleteMapping。更新1DELETE /api/v1/wud/receiver?:
POST /api/v1/wud/receiver?,使用最初的
I have used <groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-oauth2-client</artifactId>in my pom.xml
2. thenI built the angular files and p