SpringBoot로 백엔드 개발 시 API 도큐먼트를 위해 swagger를 많이 사용한다.
예전에는 springfox-swagger를 사용하여 적용하였는데 최근에 많이 사용되는 springdoc을 이용해서 swagger 설정을 해본다.
참고로 springfox-swagger는 2020년부터 업데이트가 되지 않고 있다.
Reference
https://happy-jjang-a.tistory.com/164
https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui/1.6.11
// https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.11'
http://localhost:9090/swagger-ui.html