Is it correct to use request param in a Spring Rest Controller post method to be used in the service class as a business rule?

前端 未结 0 1355
抹茶落季
抹茶落季 2020-11-27 10:39

I have a endpoint that saves a budget forecast like this:

@RequestMapping(value = "/budgets", method = { RequestMethod.POST, RequestMethod.PUT })
pu         


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