728x90
Spring Boot Swagger 적용 후 페이지에 api 보이지 않고 No operations defined in spec! 만 보일 때
이유, 해결방안
SwaggerConfig 클래스의
public Docket api() {
... // 생략.apis(RequestHandlerSelectors.basePackage("com.aa.bb.cc"))
com.aa.bb.cc 이부분이 패키지명과 동일한지 확인하기.
728x90
'🍃 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁' 카테고리의 다른 글
[Spring Data JPA] No Property ~ Found for Type Exception (2) | 2022.08.26 |
---|---|
intellij - 인텔리제이 @Table(name = "") 빨간줄 없애는 법 (0) | 2022.08.14 |
[ IntelliJ] tests were Method or class mismatch (0) | 2022.07.11 |
[SpringBoot] 'com.mysql.jdbc.Drvier'. This is deprecated 해결방법 (0) | 2022.07.11 |
[SpringBoot] 프로젝트 생성 후 실행 에러 (Error creating bean with name 'dataSource' defined in class path resource) (0) | 2022.07.11 |
댓글