jwjung50386824
@jwjung50386824
Reviews Written
-
Average Rating
-
Posts
Q&A
์๋ ํ์ธ์ ์ ์ฅ๋ ์๋ต๊ฐ ํ๊ธ์ธ์ฝ๋ฉ ์ฌ์ญค๋ด ๋๋ค
์ ํด๊ฒฐ๋ฐฉ๋ฒ์ @WebMvcTest ์ฌ๋ผ์ด์ฑ ํ ์คํธํ ๋ ๋ ์ ์ฉ์ด ์๋๊ณ @SpringBootTest์ด์ฌ์ผ ์ ์ฉ ๋๋๊ฒ ๊ฐ์ต๋๋ค. (application.properties์ ์ฉํ๋ ๋น์ด ์์ด์ ?) @WebMvcTest ์ด๋ ธํ ์ด์ ์ผ๋ก ํ๊ธ์ด ์๊นจ์ง๋๋กํ๋ ค๋ฉด mockMvc ์ค์ ์ ๋ณ๊ฒฝํด์ ํด๊ฒฐํ์ต๋๋ค @Autowiredprivate WebApplicationContext ctx;@Beforepublic void setup() { this.mockMvc = MockMvcBuilders.webAppContextSetup(ctx) .addFilters(new CharacterEncodingFilter("UTF-8", true)) // ํํฐ ์ถ๊ฐ .alwaysDo(print()) .build();}
- 3
- 5
- 557
Q&A
ll ์๋์๋๋ถ๋ค
https://medium.com/@violetboralee/intellij-idea%EC%99%80-git-bash-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0-63e8216aa7de cmd -> git bash๋ก ๋ฐ๊พธ์ด๋ณด์ธ์
- 0
- 3
- 422




