jwt1 Android JWT 인증 with Retrofit, Spring boot 본 글은 수업시간에 나왔던 내용을 정리한 글입니다. HTML 삽입 미리보기할 수 없는 소스 Back-End – Spring boot table 회원 테이블은 위와 같이 선언되어 있다는 가정. UserVO 클라이언트 요청 데이터 및 DB Select 데이터 추상화 public class UserVO { private String id; private String password; private String name; private String role; public UserVO() { super(); } public UserVO(String id, String password, String name, String role) { super(); this.id = id; this.password = passw.. 2022. 7. 27. 이전 1 다음