spring boot REST API Web 프로젝트 (3) - API 관리를 위한 Swagger 적용
·
스프링/스프링부트 RestAPI 프로젝트
스프링 부트 REST API WEB 프로젝트 깃헙 링크 https://github.com/choiwoonsik/springboot_RestApi_App_Project/tree/main/restApiSpringBootApp 수행 목록 환경구성 및 helloworld 출력 H2 DB 연동 Swagger API 문서 연동 REST API 설계 RestControllerAdvice를 이용한 통합 예외 처리 Entity - DTO 분리 MessageSource를 이용해 예외 메시지 다국화 JPA Aduting을 이용해 객체 생성시간/수정시간 적용 스프링 시큐리티 + Jwt를 이용해서 인증 및 권한 체크 스프링 시큐리티 AuthenticationEntryPoint, AccessDenied로 인증 및 인가 예외처리 ..