POST /save HTTP/1.1
Host : localhost:8080
Content-Type: application/x-xxx-form-urlencoded
username=kim&age=20
외에도
request.setAttribute(), request.getAttribute()
request.getSession()
의 역할로도 사용이 가능하다.
/**
* application.properties
*타임리프를 사용하면 기본적으로 경로가 설정된다.
*
* spring.thymeleaf.prefix = classpath:/templates/
* spring.thymeleaf.suffix = .html
*
*바꾸고 싶다면properites파일에서 변경하면 된다.
*
*/