如何将这个定义的参数从角/类型记录发送到Spring?how do I retrieve the defined body from Angular to this SpringBoot service?What should this code look like, if it's receiving a defined parameter from Angular?
}
我可以使用SpringBoot通过ActiveMQ从我的API调用另一个Rest API吗?我在一台服务器上有一个通过REST公开的SpringBoot应用程序(B),在另一台服务器上有另一个SpringBoot应用程序(REST客户端)(A)。A是一个自动化的Java应用程序,它侦听某个端口,当数据到来时,它发出请求,然后将其发送到通过REST公开的B应用程序。但是,现在我想在中间添加ActiveMQ,如下所示: A --&g