Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションは、REST サービス エンドポイント (XML) を備えた中間層 (Java) です。RESTのリクエストとレスポンスをログに記録したい。インターセプターでどのように使用できますか。Spring フレームワークを使用していますが、フロント レイヤーが .NET であるため、MVC はありません。Spring AOPのみを使用しました。Spring Interceptor または AOP を使用してリクエスト/レスポンスをログに記録する可能性はありますか?