1 Star 0 Fork 0

fanzipeng31/springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DemoApplication.java 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanzipeng31 提交于 2022-03-22 00:48 . one
package com.sptpc.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication //标记
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fan-zipeng/springboot.git
[email protected]:fan-zipeng/springboot.git
fan-zipeng
springboot
springboot
master

搜索帮助