How to complete this guide

Like most Spring Getting Started guides, you can start from scratch and complete each step or you can bypass basic setup steps that are already familiar to you. Either way, you end up with working code.

To start from scratch, move on to Starting with Spring Initializr.

To skip the basics, do the following:

Download and unzip the source repository for this guide, or clone it using Git: git clone https://github.com/spring-guides/gs-centralized-configuration.git

cd into gs-centralized-configuration/initial

Jump ahead to Stand up a Config Server.

When you finish, you can check your results against the code in gs-centralized-configuration/complete.

translate:
翻译:

与大多数Spring入门指南一样,您可以从头开始并完成每个步骤,也可以绕过您已经熟悉的基本设置步骤。不管怎样,你最终都会使用代码。

要从头开始,请继续使用Spring初始化器。
要跳过基本步骤,请执行以下操作:
下载并解压缩此指南的源存储库,或使用Git:Git clone https://github.com/spring-guides/gs-centralized-configuration.Git进行克隆
cd进入gs集中配置/初始
跳到前面站起来配置服务器。
完成后,您可以对照gs centralized configuration/complete中的代码检查结果。

发布了0 篇原创文章 · 获赞 152 · 访问量 7045

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105156233