강의

멘토링

커뮤니티

Inflearn Community Q&A

shyphic4383's profile image
shyphic4383

asked

[Revised 2023-11-27] Developing RESTful Web Services using Spring Boot 3.x

Implementing Swagger Documentation - Using Spring Boot 2.7 ①

localhost:8088/v2/api-docs 형식이 다르게 나오네요

Written on

·

451

1

저는 이런식으로 텍스트로 나옵니다.

크롬 확장프로그램 JSON Viewer도 설치했는데요...

어떤점이 문제일까요...;;

spring-bootrest-api

Answer 1

2

shyphic4383님의 프로필 이미지
shyphic4383
Questioner

com.fasterxml.jackson.dataformat 삭제하고 하니까 되네요...ㅋ

shyphic4383's profile image
shyphic4383

asked

Ask a question