2021
08-22
08-22
如何实现springboot中controller之间的相互调用
springbootcontroller之间相互调用SpringBoot之间内部调用@AutowiredprivateRestTemplaterestTemplate;//自动装配restTemplate-------------------返回json字符串类型----------------------------------@RequestMapping("/selectHospatal")@ResponseBodypublicStringselectHospatal()throwsException{//返回结果pageNumPageDataresult=newPageData();PageDatapageData=getPageData();i...
继续阅读 >