ellyheetov / troubleshooting

공부 과정 중 발생하는 모든 문제들을 Issues에 기록한다.
0 stars 0 forks source link

Swagger 지정을 했음에도 Swagger UI에 아무것도 뜨지 않는다. #7

Open ellyheetov opened 3 years ago

ellyheetov commented 3 years ago
스크린샷 2020-10-23 오후 4 04 48
ellyheetov commented 3 years ago

controller에서 path 설정이 잘못 되어서 api정보를 불러 오지 못하는 것이 아닐까??

스크린샷 2020-10-23 오후 4 16 18
ellyheetov commented 3 years ago
<!-- RestController의 json 변환을 위해 필요함 -->
  <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
            <version>2.9.8</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.9.8</version>
        </dependency>