How to secure a service REST with spring3?

前端 未结 1 1373
夕颜
夕颜 2021-02-04 20:51

I just made a web service with spring 3 using MVC annotations (@Controller, @RequestMapping) and now I\'m looking for a way to secure it. Does someone know how to do it?

相关标签:
1条回答
  • 2021-02-04 21:36

    I recommend this video to learn about Spring-Security. Ben Alex is the founder, so well qualified to teach it.

    Disclaimer: while Spring-Security will provide some authentication and access control, it won't guarantee your system is secure!

    0 讨论(0)
提交回复
热议问题