Spring Boot: How to send an object to RestController from another Controller?

前端 未结 0 1873
长情又很酷
长情又很酷 2021-02-08 10:02

I have the method in my RestController, that accepts an object:

@RestController
@RequestMapping(value = "/statistic")
public class MyController {

    @         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题