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 框架,但没有 MVC,因为前端层是 .NET。只使用了 Spring AOP。是否有可能使用 Spring Interceptor 或通过 AOP 记录请求/响应?