From 269fc6eb79f48974c8d0e57934647066ea19593f Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Wed, 9 Mar 2022 15:26:22 +0800 Subject: [PATCH] =?UTF-8?q?#13=20spring=20boot=20=E6=96=87=E6=A1=88?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/spring-boot/README.md | 2 +- docs/spring-boot/upgrading.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spring-boot/README.md b/docs/spring-boot/README.md index 8fdcf54..98f6ceb 100644 --- a/docs/spring-boot/README.md +++ b/docs/spring-boot/README.md @@ -1 +1 @@ -# Spring 引导 \ No newline at end of file +# Spring Boot \ No newline at end of file diff --git a/docs/spring-boot/upgrading.md b/docs/spring-boot/upgrading.md index 46ae4db..dae040b 100644 --- a/docs/spring-boot/upgrading.md +++ b/docs/spring-boot/upgrading.md @@ -1,4 +1,4 @@ -# 升级 Spring 引导 +# 升级 Spring Boot 在项目[wiki](https://github.com/spring-projects/spring-boot/wiki)上提供了如何从 Spring 启动的早期版本升级的说明。按照[发行说明](https://github.com/spring-projects/spring-boot/wiki#release-notes)部分中的链接查找要升级到的版本。 @@ -26,7 +26,7 @@ | |完成迁移后,请确保从项目的依赖项中删除此模块。| |---|-------------------------------------------------------------------------------------------------------| -## 3. 升级 Spring 引导 cli +## 3. 升级 Spring Boot cli 要升级现有的 CLI 安装,请使用适当的 PackageManager 命令(例如,)。如果你手动安装了 CLI,请按照[标准说明](getting-started.html#getting-started.installing.cli.manual-installation),记住更新你的`PATH`环境变量,以删除任何旧的引用。 -- GitLab