All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.structure.starter.log.config.EnableWebAopConfig Maven / Gradle / Ivy

package cn.structure.starter.log.config;

import org.springframework.context.annotation.ImportResource;


/**
 * 

* aop 配置 *

* * @author chuck * @version 1.0.1 * @since 2020/6/3 12:05 */ @ImportResource(locations = {"classpath:structure-boot-aop.xml"}) public class EnableWebAopConfig { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy