Package com.mycompany.myapp.aop.logging

Examples of com.mycompany.myapp.aop.logging.LoggingAspect


public class LoggingAspectConfiguration {

    @Bean
    @Profile(Constants.SPRING_PROFILE_DEVELOPMENT)
    public LoggingAspect loggingAspect() {
        return new LoggingAspect();
    }
View Full Code Here

TOP

Related Classes of com.mycompany.myapp.aop.logging.LoggingAspect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.