From 33bb73fba6885887b9ea89b65b28fc687c21b8d8 Mon Sep 17 00:00:00 2001 From: sz_ids Date: Sun, 14 Oct 2018 21:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7spring-boot=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA=202.0.2.RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- others/how_to_use.txt | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90017c4..f5d59b4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Base on Spring-Boot
  1. JDK (1.8.0_40)
  2. Servlet (3.1.0)
  3. -
  4. Spring Boot(2.0.1.RELEASE)
  5. +
  6. Spring Boot(2.0.2.RELEASE)

技术视频

http://list.youku.com/albumlist/show/id_51900110.html diff --git a/others/how_to_use.txt b/others/how_to_use.txt index b8f59b1..0be7900 100644 --- a/others/how_to_use.txt +++ b/others/how_to_use.txt @@ -1,7 +1,7 @@ 使用的主要技术与版本号 -*Spring-Boot (2.0.1.RELEASE) +*Spring-Boot (2.0.2.RELEASE) *spring-security-oauth2 (2.3.0.RELEASE) diff --git a/pom.xml b/pom.xml index defa4c6..f5471a7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.0.2.RELEASE