스프링부트 커뮤니티 API 서버 만들기 #2 - User API 만들기 https://github.com/sosow0212/community GitHub - sosow0212/community: Community service (RestAPI Server) Community service (RestAPI Server). Contribute to sosow0212/community development by creating an account on GitHub. github.com 오늘은 User API를 만들었습니다.
기능에 대해 간단하게 설명하자면 '전체 유저 조회, 개별 유저 조회, 유저 정보 수정, 회원탈퇴' 기능이 있습니다. 이렇게 만들면서 Exception도 추가하고, Swagger 설정 및 SecurityConfig 도 일부분 바꿔줬습니다.
테스트코드까지 전부 만들었으니, 비슷한 걸 구현해보고자 하시는 분들은 소스코드 참고하시면 많은 도움 될 겁니다! 포스팅으로는 간단하게...
#
2
#
API
#
JWT
#
RestAPI
#
Spring
#
Springboot
#
스프링