[회원 관리 기능 추가] 회원 등록 및 로그인 API 구현, JWT 토큰 발급 및 검증 필터 추가. Member 관련 DTO, Entity, Mapper, Repository, Service 구현으로 회원 관리 기능을 강화하고, Swagger 설정을 통해 API 문서화 개선.

This commit is contained in:
2025-08-20 16:22:11 +09:00
parent bfb87b8e33
commit 0dc32f2b39
22 changed files with 151 additions and 115 deletions

View File

@@ -94,5 +94,4 @@ springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.doc-expansion=none
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.default-produces-media-type=application/json
springdoc.default-consumes-media-type=application/json
springdoc.default-consumes-media-type=application/json