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