如何在Spring Boot中从我自己的rest控制器的cloudinary获取通知端点

时间:2019-07-19 07:35:14

标签: java spring-boot url cloudinary

我已在@service类中将cloudinary配置为“ TestUploadService”,以上传图像以进行后台删除。

示例代码

cloudinary.api().update("woman", 
  ObjectUtils.asMap(
    "background_removal", "cloudinary_ai",
    "notification_url", "https://dev:8080/cloudinary/status" ));

我需要编写新的rest端点,如notification_url中所述。如何在单独的休息服务中达到这个终点?

0 个答案:

没有答案