-
大小: 9KB文件類型: .zip金幣: 2下載: 0 次發布日期: 2021-06-07
- 語言: 其他
- 標簽: springboot??
資源簡介
第一個SpringBoot入門級項目,第一個SpringBoot入門級項目

代碼片段和文件信息
package?com.ysh.hellospringboot;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
/**
?*?Hello?world!
?*
?*/
//此注解指定這是一個SpringBoot的應用程序,不加就會報異常?Unable?to?start?ServletWebServerApplicationContext?due?to?missing?ServletWebServerFactory?bean
@SpringBootApplication
public?class?App?
{
????public?static?void?main(?String[]?args?)
????{
???? //SpringApplication用于從main方法中啟動Spring應用的類
????????SpringApplication.run(App.class?args);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1024??2018-07-07?10:58??hellospringboot\.classpath
?????文件?????????981??2018-07-07?10:58??hellospringboot\.project
?????文件?????????119??2018-07-07?10:53??hellospringboot\.settings\org.eclipse.core.resources.prefs
?????文件?????????430??2018-07-07?10:58??hellospringboot\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2018-07-07?10:53??hellospringboot\.settings\org.eclipse.m2e.core.prefs
?????文件?????????172??2018-07-07?10:58??hellospringboot\.settings\org.eclipse.wst.common.project.facet.core.prefs.xm
?????文件?????????170??2018-07-07?10:58??hellospringboot\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件????????1572??2018-07-07?10:57??hellospringboot\pom.xm
?????文件?????????596??2018-07-07?11:04??hellospringboot\src\main\java\com\ysh\hellospringboot\App.java
?????文件?????????405??2018-07-07?10:59??hellospringboot\src\main\java\com\ysh\hellospringboot\HelloController.java
?????文件?????????689??2018-07-07?10:53??hellospringboot\src\test\java\com\ysh\hellospringboot\AppTest.java
?????文件?????????267??2018-07-07?10:58??hellospringboot\target\classes\me
?????文件?????????248??2018-07-07?10:58??hellospringboot\target\classes\me
?????文件????????1572??2018-07-07?10:58??hellospringboot\target\classes\me
?????文件?????????681??2018-07-07?11:04??hellospringboot\target\classes\com\ysh\hellospringboot\App.class
?????文件?????????627??2018-07-07?10:59??hellospringboot\target\classes\com\ysh\hellospringboot\HelloController.class
?????文件?????????633??2018-07-07?10:58??hellospringboot\target\test-classes\com\ysh\hellospringboot\AppTest.class
評論
共有 條評論