資源簡(jiǎn)介
Spring Boot 2企業(yè)應(yīng)用實(shí)戰(zhàn) 源碼
代碼片段和文件信息
package?org.fkit.hellotest;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
//@SpringBootApplication指定這是一個(gè)?spring?boot的應(yīng)用程序.
@SpringBootApplication
public?class?App?
{
????public?static?void?main(?String[]?args?)
????{
???? //?SpringApplication?用于從main方法啟動(dòng)Spring應(yīng)用的類。
????????SpringApplication.run(App.class?args);
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-31?16:56??codes\
?????目錄???????????0??2018-03-28?14:53??codes\01\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\
?????文件????????1024??2018-03-27?19:32??codes\01\hellotest\.classpath
?????文件?????????561??2018-03-27?19:32??codes\01\hellotest\.project
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\.settings\
?????文件?????????119??2018-03-27?19:32??codes\01\hellotest\.settings\org.eclipse.core.resources.prefs
?????文件?????????243??2018-03-27?19:32??codes\01\hellotest\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2018-03-27?19:30??codes\01\hellotest\.settings\org.eclipse.m2e.core.prefs
?????文件????????1644??2018-03-27?19:41??codes\01\hellotest\pom.xm
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\main\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\main\java\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\main\java\org\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\main\java\org\fkit\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\main\java\org\fkit\hellotest\
?????文件?????????463??2018-03-27?19:35??codes\01\hellotest\src\main\java\org\fkit\hellotest\App.java
?????文件?????????603??2018-03-27?19:34??codes\01\hellotest\src\main\java\org\fkit\hellotest\HelloController.java
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\test\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\test\java\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\test\java\org\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\test\java\org\fkit\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\src\test\java\org\fkit\hellotest\
?????文件?????????684??2018-03-27?19:30??codes\01\hellotest\src\test\java\org\fkit\hellotest\AppTest.java
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\target\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\target\classes\
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\target\classes\me
?????文件?????????268??2018-03-27?19:41??codes\01\hellotest\target\classes\me
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\target\classes\me
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\target\classes\me
?????目錄???????????0??2018-03-31?16:56??codes\01\hellotest\target\classes\me
............此處省略2601個(gè)文件信息
評(píng)論
共有 條評(píng)論