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.
我想记录以下 bean 的所有 JSON 请求和响应:
<bean name="/RPC.json" class="com.googlecode.jsonrpc4j.spring.JsonServiceExporter"> <property name="service" ref="RPC"/> <property name="serviceInterface" value="interfaces.RPC"/> </bean>
我目前不知道该怎么做。