#!/bin/bash# 格式只指定了一个参数,但多出的参数仍然会按照该格式输出,format-string 被重用printf %s abc def
printf"%s\n" abc def
printf"%s %s %s\n" a b c d e f g h i j
# 如果没有 arguments,那么 %s 用NULL代替,%d 用 0 代替printf"%s and %d \n"
一、正确的获取Spring Cloud Alibaba & Spring Cloud & Spring Boot之间的版本对应关系
1.1、概述 Java发展日新月异,Spring Cloud Alibaba 、 Spring Cloud 、 Spring Boot在GitHub上的迭代也是异常的频繁,这也说明其社区很活跃,通…