From 36754024856ca267a6a27fe06451ed6d7b57c478 Mon Sep 17 00:00:00 2001 From: jinia91 Date: Thu, 3 Feb 2022 01:26:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=EC=8B=A4=ED=8C=A8=20?= =?UTF-8?q?=EC=9E=AC=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- .../controller/ArticleControllerTest.java | 46 +++++++++---------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 61561d8..04ec357 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,5 @@ out/ ### config ### src/main/resources/application.yml -src/main/resources/application-dev.yml \ No newline at end of file +src/main/resources/application-dev.yml +#/logs/ \ No newline at end of file diff --git a/src/test/java/myblog/blog/article/controller/ArticleControllerTest.java b/src/test/java/myblog/blog/article/controller/ArticleControllerTest.java index f1c5894..6267592 100644 --- a/src/test/java/myblog/blog/article/controller/ArticleControllerTest.java +++ b/src/test/java/myblog/blog/article/controller/ArticleControllerTest.java @@ -1,23 +1,23 @@ -package myblog.blog.article.controller; - -import myblog.blog.article.service.ArticleService; -import org.junit.jupiter.api.Test; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class ArticleControllerTest { - - @Autowired - ArticleService articleService; - - - @Test - public void 게시물글쓰기() throws Exception { - // given - - // when - - // then - } -} \ No newline at end of file +//package myblog.blog.article.controller; +// +//import myblog.blog.article.service.ArticleService; +//import org.junit.jupiter.api.Test; +//import org.springframework.beans.factory.annotation.Autowired; +//import org.springframework.boot.test.context.SpringBootTest; +// +//@SpringBootTest +//class ArticleControllerTest { +// +// @Autowired +// ArticleService articleService; +// +// +// @Test +// public void 게시물글쓰기() throws Exception { +// // given +// +// // when +// +// // then +// } +//} \ No newline at end of file