首页>代码>springBoot+mybatis+vue+html5+apacheFTP+element-ui+layui实现页面多附件上传FTP服务器、下载及文件预览>/TestProject/src/main/java/com/test/TestProjectApplication.java
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) { SpringApplication.run(TestProjectApplication.class, args); } }

lcqlcl LV11
2023年8月29日
lironggang LV38
2023年3月31日
annazhang LV29
2022年12月1日
zw050256 LV7
2022年9月30日
wuyu8995861 LV7
2022年7月26日
zxysss LV3
2022年1月6日
cwx1234 LV11
2021年10月8日
123456nty LV37
2021年9月18日
newhaijun LV15
2021年8月23日
zy_286315 LV7
2021年8月4日

xianyu091012 LV5
2024年12月27日
WBelong LV8
2023年12月19日
lichengai LV7
2023年11月27日
漫步的海星 LV4
2023年9月21日
lcqlcl LV11
2023年8月29日
cwb6357123 LV6
2023年6月30日
CL200228 LV4
2023年4月29日
mzj695
2023年4月6日
暂无贡献等级
lironggang LV38
2023年3月31日
清横白川玉 LV6
2023年1月3日