首页>代码>spring boot+thymeleaf+bootstrap实现文件文本短地址服务>/ftshorter/src/main/java/com/yicheng/FtshorterApplication.java
package com.yicheng;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
/**
*
* 项目启动入口
*
* @author luo.yicheng
*/
@SpringBootApplication
@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
public class FtshorterApplication {
public static void main(String[] args) {
SpringApplication.run(FtshorterApplication.class, args);
}
}
最近下载更多
我真的是小明 LV10
2023年10月17日
疯子庭 LV8
2021年11月30日
Everythone LV2
2019年10月11日
china_0221 LV41
2019年8月30日
RobinOOOooo LV6
2019年8月26日
LHJ123 LV30
2019年8月8日
低调人 LV38
2019年7月9日
Sancly LV1
2019年7月9日
超超哥哥 LV16
2019年6月25日
yandong LV12
2019年6月19日
最近浏览更多
f22m1a2b2 LV17
2024年5月31日
微信网友_6927932988952576 LV12
2024年3月31日
微信网友_5986558820093952 LV4
2023年12月28日
WBelong LV8
2023年12月18日
我真的是小明 LV10
2023年10月17日
pengwink LV2
2022年12月2日
MingZheLi LV3
2022年8月29日
wjh12345654321 LV14
2022年8月25日
mwh1001 LV15
2022年4月25日
crosa_Don LV18
2022年4月1日

