에러해결 (1) 썸네일형 리스트형 [ItelliJ] 메이븐(Maven) Swagger2 적용시 not found 에러 처음에 pom.xml에 아래 코드를 넣었을 때 io.springfox springfox-swagger2 2.9.2 모두 빨갛게 뜨면서 not found 에러가 났다 (springfox-swagger-ui도 마찬가지) io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 검색해도 찾기가 어려웠는데 드디어 해결방법을 찾았다...! 이럴 때는 pom.xml에 jcenter-swagger2 jcenter https://repo1.maven.org/maven2/ 해당 코드를 넣어서 이렇게 뜨는 새로고침버튼을 눌러주면! 빨간게 없어지면서 실행이 된다. 이전 1 다음