Using Interface In Spring Boot @RequestBody
Overview Recently, for the first time, I encounter a need to use an interface in @RequestBody in my Spring Boot app. Here is the diagram: This is the request that contains one IAudioContent However, when I sent a request to create a question group with TTSSingleRequest in JSON format for example, I got the following … Read more