기본객체
각 기본객체가 가지고 있는 scope
모델2에서 scope 활용방법
빌더패턴
create모듈화
maven -- 프로젝트

Add Plugin

maven-war-plugin 3.3.1 추가

pom.xml에 <configuration> 추가
=> <war 치고 ctrl+space 누르면 아래부분 나옴

default가 ${basedir}/src/main/webapp이라고 되어있음

근데 밖으로 빼려고 ${basedir}/webapp으로 경로 수정

webapp폴더 밖으로 빼짐!
이곳이 바로 WebContent와 같은 역할
사용방법<prefix:tagName attributes>
<my:mytag></my:mytag>
<prefix:jsp><jsp:include page=""></jsp:include>
요놈들이 액션태그