スプリングコントローラーを設置せずにスプリングセキュリティを実装することは可能ですか?
私の理解では、スプリングはプラグゲーブルであるため、これが可能かどうかはわかりません。プラグゲーブルの場合、コントローラーなしで実行できるはずなので、同じものを使用する必要があるときにコントローラーを変更する必要はありません。別のアプリケーションに、またはその逆。
春から:
People use Spring Security for many reasons, but most are drawn to the project after finding the security features of J2EE's Servlet Specification or EJB Specification lack the depth required for typical enterprise application scenarios. Whilst mentioning these standards, it's important to recognise that they are not portable at a WAR or EAR level. Therefore, if you switch server environments, it is typically a lot of work to reconfigure your application's security in the new target environment. Using Spring Security overcomes these problems, and also brings you dozens of other useful, customisable security features.
私が説明した点が正しいかどうかはわかりません。間違っている場合は修正してください。
私は春が初めてなので、具体的で基本的なことも学びたいと思っています。
よろしくお願いします