首页>代码>springboot入门之hello world(小白必看)>/springboot_helloWorld/src/main/java/com/ms/App.java
package com.ms;
/**
 * SpringBoot 启动类
 */

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class App {

	public static void main(String[] args) {
		
		SpringApplication.run(App.class, args);
	}
}
最近下载更多
gxpcwm  LV22 2022年4月6日
dapeng0011  LV13 2021年8月6日
whfuai  LV14 2021年8月5日
haishen  LV8 2021年7月13日
hahazxy  LV14 2021年6月30日
15827485252  LV19 2020年5月20日
Tunduswith  LV15 2020年3月19日
1051378174  LV1 2019年11月10日
koumeiyuu  LV8 2019年9月12日
shunwei  LV7 2019年9月11日
最近浏览更多
nulixuexiing  LV4 4月1日
songsmm  LV1 3月11日
2602275348  LV12 1月10日
Qolmen  LV12 1月3日
wubinbin  LV11 2023年12月21日
哪里的完整版  LV7 2023年12月15日
skook7  LV2 2023年11月21日
漫步的海星  LV4 2023年9月26日
爱吃鱼的猫Vital  LV6 2023年7月24日
阿达asdw1  LV4 2023年5月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友