4 Star 10 Fork 4

往事如风 / 大数据

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
WebApplication.java 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
往事如风 提交于 2018-07-03 19:06 . 提交
package com.imooc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class WebApplication {
public static void main(String[] args) {
SpringApplication.run(WebApplication.class, args);
}
}
1
https://gitee.com/sag888/big_data.git
git@gitee.com:sag888/big_data.git
sag888
big_data
大数据
master

搜索帮助