package com.eshop;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
@SpringBootApplication
@MapperScan("com.eshop.mapper")
@ServletComponentScan("com.eshop.filter")
public class Day15eshopApplication {
public static void main(String[] args) {
SpringApplication.run(Day15eshopApplication.class, args);
}
}
最近下载更多
hrose12 LV21
6月14日
五折也挺好的 LV13
3月18日
orang801 LV2
2月20日
cys18318001508 LV12
2024年11月28日
daixinheng LV2
2024年11月26日
微信网友_6377331253415936 LV3
2024年11月24日
yvimib LV3
2024年10月26日
微信网友_6786215447367680 LV5
2024年10月8日
TY0165 LV20
2024年6月22日
A1314521anna LV1
2024年5月18日

最近浏览