首页>代码>spring boot简单入门demo实例>/spring-boot-helloWorld/src/main/java/com/neo/Application.java
package com.neo;

import org.springframework.boot.Banner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;

/**
 * Created by tyy on 2018/7/24.
 */
@SpringBootApplication
public class Application {

	public static void main(String[] args) {
		SpringApplication.run(Application.class, args);
		/*
		//修改Banner的模式为OFF
		SpringApplicationBuilder builder = new SpringApplicationBuilder(Application.class);
		builder.bannerMode(Banner.Mode.OFF).run(args);
		*/

	}
}
最近下载更多
whfuai  LV14 4月21日
minjing123  LV8 2022年11月12日
llqq114  LV9 2021年8月9日
皮皮虾一月  LV8 2020年12月23日
adminqujie  LV10 2020年11月22日
ewan007  LV30 2020年10月21日
sunminfy  LV6 2020年7月6日
啦啦啦7719  LV15 2020年6月24日
fictain  LV7 2020年5月25日
912299793  LV21 2020年5月6日
最近浏览更多
f22m1a2b2  LV17 5月31日
wwwww816  LV5 5月21日
whfuai  LV14 4月21日
EthanGrant 2023年7月31日
暂无贡献等级
asdfg01234  LV10 2023年7月31日
高金磊abc  LV12 2023年6月22日
guviva  LV6 2023年6月12日
qazwsx0987  LV5 2023年3月29日
minjing123  LV8 2022年11月12日
Weishenghui  LV7 2022年10月23日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友