Configuration

XML

<aop:aspectj-autoproxy />

Configuration Class

@Configuration
@EnableAspectJAutoProxy
public class AppConfig {

}

Last updated