스프링1 07. HTTP 1.1 실습 -2 https://youtu.be/Fd5Rhz0j8QQ?si=3vIDevZshQd9l3sZ 1. 실습을 위해 test 패키지에 Member class를 생성한다. package com.cos.blog.test; public class Member { //test sample model private int id; private String username; private String password; private String email; //생성자 public Member(int id, String username, String password, String email) { super(); this.id = id; this.username = username; this.password = password;.. 2023. 9. 28. 이전 1 다음 728x90