1. ホーム
  2. java

Spring Securityは、Springコントローラのメソッドで@PreAuthorizeを使用できますか?

2023-10-12 05:58:44

質問

Spring Securityは @PreAuthorize を使用できますか?

どのように解決するのですか?

はい、正常に動作しています。

必要なのは <security:global-method-security pre-post-annotations="enabled" />...-servlet.xml . また CGLIB プロキシ を必要とするので、コントローラにインターフェースを持たせないようにするか、あるいは proxy-target-class = true .