下面的代码给出了
客户端/服务器/服务器/云
我想改变安排
服务器/云客户端
如何重新排列状态图的列?
@startuml
participant Client as "This is a Client"
participant Server as "This is a Server"
participant Cloud as "The big data Cloud"
Client -> Server : Request a\nHTML Document
Server -> Cloud : Get\nIngredients of c
我的云配置服务器的application.properties文件如下所示。
config.source=Local Cloud Server #just to check where config come from
server.port=8012
encrypt.key=xxxxxxxxxxxxxx
spring.profiles.active=staging
spring.application.name=my-config-server
# Git Backend
spring.cloud.config.server.git.username=MY_USERNAME
spring.c