inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

kang님의 생생한 수강평, [개정판 2023-11-27] Spring Boot 3.x 를 이용한 RESTful Web Services 개발

kang

수강평 1

평균평점 5

Rest api기본입문으로 아주 좋네요.감사합니다. 딱 원하던 강의 였습니다. SpringBoot2.2이상일때 Swagger가 추가된경우 HATEOS사용에러발생합니다. 저처럼 삽질하는 사람이 있을까봐 ... NoUniqueBeanDefinitionException발생 해결:Swagger설정파일클래스에 이하추가. @Primary @Bean public LinkDiscoverers discoverers() { List<LinkDiscoverer> plugins = new ArrayList<>(); plugins.add(new CollectionJsonLinkDiscoverer()); return new LinkDiscoverers(SimplePluginRegistry.create(plugins)); }

25

Dowon Lee

52강

4929명 수강

[개정판 2023-11-27] Spring Boot 3.x 를 이용한 RESTful Web Services 개발
4.8(471개 수강평)