
웹브라우저 request, session , db 연결 3개가 핵심 자바가 필요한 이유. 보안. 주소를 보여주기 싫으니까. B0101_spring_basic2com.myspring.test_01_MainControllerpackage com.myspring.test;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.RequestMapping;@RequestMapping("/") //이것을 사용할 수 있는것 //시작 위치 . 여기로 들어와라. web.xml @Controller //..