From 020f5bc40185e95f20ba41945f774dc5cd6461ff Mon Sep 17 00:00:00 2001 From: readra Date: Tue, 23 Jul 2024 22:52:55 +0900 Subject: [PATCH] =?UTF-8?q?1.=20=EA=B0=9C=EB=B0=9C=20>=20Spring=20Boot=20>?= =?UTF-8?q?=20Spring=20Boot=20+=20Maven=20=ED=99=98=EA=B2=BD=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=BB=A4=EC=8A=A4=ED=85=80=20=EB=B9=8C=EB=93=9C?= =?UTF-8?q?=ED=95=98=EA=B8=B0=20(2)=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Spring Boot/maven-custom-build2.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/_pages/\352\260\234\353\260\234/Spring Boot/maven-custom-build2.md" "b/_pages/\352\260\234\353\260\234/Spring Boot/maven-custom-build2.md" index 6233694..acbdff3 100644 --- "a/_pages/\352\260\234\353\260\234/Spring Boot/maven-custom-build2.md" +++ "b/_pages/\352\260\234\353\260\234/Spring Boot/maven-custom-build2.md" @@ -8,7 +8,7 @@ thumbnail: "/assets/img/thumbnail/custom2.webp" --- ## REST API 예제 작성 -예제는 최대한 간단하게 작성한다. (이게 중요한 게 아니니까) +예제는 최대한 간단하게 작성한다. (이게 중요한 게 아니니까) ### Test Code ```java