package com.test;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan;

@SpringBootApplication
@ComponentScan(basePackages = {"com.test.**"})
@MapperScan(basePackages = {"com.test.**.dao"})
public class TestProjectApplication extends SpringBootServletInitializer {

    @Override
    protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
        return application.sources(TestProjectApplication.class);
    }

    public static void main(String[] args) {
    	//使用SpringBoot内置Tomcat启动SpringBoot项目
        SpringApplication.run(TestProjectApplication.class, args);
    }

}
最近下载更多
stdtta  LV8 2022年6月28日
wang512237140  LV20 2021年12月21日
icesolitude  LV8 2021年7月6日
谎言diw  LV2 2021年5月22日
程序世界  LV5 2021年4月26日
水光浮藻  LV6 2021年3月16日
15827485252  LV19 2020年8月27日
zhurm959  LV3 2020年7月6日
LKBBDD  LV7 2020年5月16日
chamberlens  LV2 2020年5月6日
最近浏览更多
计科一班  LV7 6月19日
17380184110 6月18日
暂无贡献等级
WBelong  LV8 4月2日
fff2003  LV9 2023年11月17日
漫步的海星  LV4 2023年9月21日
13940065360 2023年8月17日
暂无贡献等级
liuxingyu5214  LV1 2023年6月24日
skook7  LV2 2023年6月1日
CL200228  LV4 2023年4月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友