标签: java spring rest google-app-engine
我正在使用spring框架开发rest服务。我将其部署到了Google云应用引擎,并且可以正常工作。现在,我正在努力提供休息服务。保护部署在Google Cloud App Engine中的restAPI的最佳方法是什么?
答案 0 :(得分:0)
您可以结合使用Spring Security和JWT身份验证来保护您的Rest Endpoints。