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

message.mvc.config.WebMvcConfiguration Maven / Gradle / Ivy

There is a newer version: 2.5.9
Show newest version
package message.mvc.config;

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

/**
 * web mvc 配置,扫描包路径.
 *
 * @author sunhao([email protected])
 * @version V1.0, 16/1/28 上午10:58
 */
@Configuration
@ComponentScan(basePackages = {"message.mvc"})
public class WebMvcConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy