How to call in RestController method from different Controller in Spring?

前端 未结 0 1075
一个人的身影
一个人的身影 2020-12-19 18:51

I have RestController which look like this:

@RestController
@RequestMapping("/api")
public class SimulationController {

@Autowired
    private Simu         


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