@ServletComponentScan
@ComponentScan(basePackages={"com.kdayun.admin","com.kdayun.boot","com.kdayun.z1","com.kdayun.api","com.kdayun.manager","com.kdayun.report","com.kdayun.baidu","com.kdayun.wecom","com.kdayun.wechat","com.kdayun.home"})
@SpringBootApplication
@MapperScan(basePackages="com.kdayun.*.mapper")
public class MainApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
构造器和说明 |
---|
MainApplication() |