MemberController.java package com.example.controller; import java.util.Date; import java.util.UUID; import javax.servlet.http.HttpSession; import org.mindrot.jbcrypt.BCrypt; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframewo..