基于spring cloud的aop配置 1,启动类MemberAppliaction增加注解 @Import({SwaggerConfiguraion.class, WebMvcAutoConfiguration.class}) @SpringBootApplication @FFanApplication @EnableFFanApiDoc @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy=true) //启动aspec…