Jialiang Yin

Results 4 comments of Jialiang Yin

@adinauer the version of Spring (Boot) is 3.0.6. Although there are some errors of java.lang.IllegalStateException, I haven't notice any other effect. The http calls are successful. The server side which...

@adinauer Here is the sample code of our API: ``` @RestController @RequestMapping("/device") public class DeviceController { @PostMapping("/get_upload_url") public Mono getUploadUrl(@Validated @RequestBody final UploadRequest request) { //make a gRPC call final...