From 25f1a48ee0927039761164b591e988ca7a9e2bd6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FSO9NHB\\User" Date: Fri, 4 Dec 2020 16:55:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=84=EB=A7=81=20=EB=B6=80?= =?UTF-8?q?=ED=8A=B8=EC=99=80=20AWS=EB=A1=9C=20=ED=98=BC=EC=9E=90=20?= =?UTF-8?q?=EA=B5=AC=ED=98=84=ED=95=98=EB=8A=94=20=EC=9B=B9=20=EC=84=9C?= =?UTF-8?q?=EB=B9=84=EC=8A=A4=20Chapter9=20=EC=B5=9C=EC=A2=85=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC=20=ED=99=95=EC=9D=B8=EC=9A=A9=20=EB=B3=80=EB=8F=99?= =?UTF-8?q?=EC=82=AC=ED=95=AD=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebServiceBySpringBootAndAWS/build.gradle | 2 +- .../src/main/resources/templates/index.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebServiceBySpringBootAndAWS/build.gradle b/WebServiceBySpringBootAndAWS/build.gradle index 62e70aa..0f976ff 100644 --- a/WebServiceBySpringBootAndAWS/build.gradle +++ b/WebServiceBySpringBootAndAWS/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' group 'com.banjjoknim.book' -version '1.0-SNAPSHOT' +version '1.0.1-SNAPSHOT' sourceCompatibility = 1.11 repositories { diff --git a/WebServiceBySpringBootAndAWS/src/main/resources/templates/index.mustache b/WebServiceBySpringBootAndAWS/src/main/resources/templates/index.mustache index a05e1c6..7b49506 100644 --- a/WebServiceBySpringBootAndAWS/src/main/resources/templates/index.mustache +++ b/WebServiceBySpringBootAndAWS/src/main/resources/templates/index.mustache @@ -1,6 +1,6 @@ {{>layout/header}} -

스프링 부트로 시작하는 웹 서비스

+

스프링 부트로 시작하는 웹 서비스 Ver.2