๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

์›น ๊ฐœ๋ฐœ/SpringBoot

Swagger ์„ค์ •ํ•˜๊ธฐ

1. Swagger Config ์ž‘์„ฑํ•˜๊ธฐ

2. application.properties

# Swagger
spring.mvc.pathmatch.matching-strategy=ant_path_matcher

3. build.gradle

// swagger
	implementation 'io.springfox:springfox-swagger2:2.9.2'
	implementation 'io.springfox:springfox-swagger-ui:2.9.2'

4. <์ž์‹ ์˜IP>:<ํฌํŠธ๋ฒˆํ˜ธ>/swagger-ui.html ์ ‘์†ํ•˜๊ธฐ

์˜ˆ : localhost:8080/swagger-ui.html