91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

springCloud 15個完整例子,從簡單到復雜都有。直接可以導入使用,mavan項目

資源截圖

代碼片段和文件信息

package?com.forezp;

import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;

@SpringBootApplication
@EnableEurekaServer
public?class?EurekaServerApplication?{

public?static?void?main(String[]?args)?{
SpringApplication.run(EurekaServerApplication.class?args);
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\
?????文件????????8196??2018-03-20?22:16??SpringCloudLearning\.DS_Store
?????文件????????4930??2018-03-20?22:16??SpringCloudLearning\README.md
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\
?????文件?????????249??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\.gitignore
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\.mvn\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\.mvn\wrapper\
?????文件???????47610??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\.mvn\wrapper\maven-wrapper.jar
?????文件?????????110??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\.mvn\wrapper\maven-wrapper.properties
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\
?????文件?????????249??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\.gitignore
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\.mvn\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\.mvn\wrapper\
?????文件???????47610??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\.mvn\wrapper\maven-wrapper.jar
?????文件?????????110??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\.mvn\wrapper\maven-wrapper.properties
?????文件????????6468??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\mvnw
?????文件????????4994??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\mvnw.cmd
?????文件????????1119??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\pom.xml
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\java\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\java\com\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\java\com\forezp\
?????文件?????????409??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\java\com\forezp\EurekaServerApplication.java
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\resources\
?????文件?????????233??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\main\resources\application.yml
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\test\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\test\java\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\test\java\com\
?????目錄???????????0??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\test\java\com\forezp\
?????文件?????????333??2018-03-20?22:16??SpringCloudLearning\chapter-sleuth\eureka-server\src\test\java\com\forezp\EurekaServerApplicationTests.java
............此處省略3547個文件信息

評論

共有 條評論