资源简介

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个文件信息

评论

共有 条评论