Getter,Setter <!-- 시큐리티 태그 라이브러리 -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
</dependency>
<!-- JSP 템플릿 엔진 -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet/servlet-api -->
//타임리프대신
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>

-com.jsh.blog아래에!! 스프링이 관리하도록 하는듯?
GitsnapShot 으로 기록
get : 데이터를 주세여 -> selectpost : 내가 보내는 데이터를 추가해주세여 -> Insertdelete : 데이터를 수정해줘! -> updateput : 데이터를 삭제해줘 -> Delate
stateless에서는 인증을 어떻게 할 것인가가 중요하다고한다...
헤더에는 바디에 들어갈 데이터의 미리보기정도...?
바디에는 실제 파일
HTTP는 헤더와 바디를 가져야한다. 적는 방식이 MINE 타입
type/subtype

응답 상태 : 200

응답 상태 : 405
405 Method Not Allowed

인터넷 브라우저 요청은 무조건 get만 가능

