Spring
Spring boot | REST API | Swagger ํ๊ฒฝ ๋ง๋ค๊ธฐ | Swagger ์ค๋ฅ ํด๊ฒฐ
Swagger ํ๊ฒฝ ๋ง๋ค๊ธฐ ์ค์จ๊ฑฐ๋ ๊ฐ๋ฐ์๊ฐ REST ์น ์๋น์ค๋ฅผ ์ค๊ณ, ๋น๋, ๋ฌธ์ํ, ์๋นํ๋ ์ผ์ ๋์์ฃผ๋ ๋ํ ๋๊ตฌ ์ํ๊ณ์ ์ง์์ ๋ฐ๋ ์คํ ์์ค ์ํํธ์จ์ด ํ๋ ์์ํฌ์ด๋ค. maven https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui/2.9.2 https://mvnrepository.com/artifact/io.springfox/springfox-swagger2/2.9.2 pom.xml io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 SwaggerConfiguration.java ์์ฑ ์ค์ package com.example.spri..
2021. 12. 14. 10:52