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

com.centit.framework.config.SystemSpringMvcConfig Maven / Gradle / Ivy

There is a newer version: 5.0.2101
Show newest version
package com.centit.framework.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.EnableAspectJAutoProxy;

/**
 * Created by zou_wy on 2017/3/29.
 */
@EnableAspectJAutoProxy(proxyTargetClass = true)
@ComponentScan(basePackages = {"com.centit.framework.**.controller"},
               includeFilters = {@ComponentScan.Filter(value= org.springframework.stereotype.Controller.class)},
               useDefaultFilters = false)
public class SystemSpringMvcConfig extends BaseSpringMvcConfig {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy