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

cn.wwmxd.config.LogStarterAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.1.4-Release
Show newest version
package cn.wwmxd.config;

import cn.wwmxd.Interceptor.ModifyAspect;
import cn.wwmxd.parser.DefaultContentParse;
import cn.wwmxd.util.SpringUtil;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * @author liwei
 */
@Configuration
@Import({ModifyAspect.class, SpringUtil.class, DefaultContentParse.class})
public class LogStarterAutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy