我希望能在所有insert后把记录扔到消息队列里。能否有什么办法用AOP拦截所有的insert操作
做个aop,看方法名是否update,insert开头就可以了。
spring里边不是有aop配置么,应该可以拦截update ,insert方法的