pom.xml 파일에 Swagger 의존성 추가 io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 config라는 패키지 생성 후에 Swagger관련 코드 작성 SwaggerConfiguration.java package com.springboot.hello.config; import org.springframework.boot.autoconfigure.influx.InfluxDbOkHttpClientBuilderProvider; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configu..