SPRING20 230221_기본 자료 전송방식 3방식 1. Model 2. Model & View 3. Command 아이디 이름 나이 국어 영어 수학 ${message} 아이디이름나이 국어영어수학 ${dto.id}${dto.name}${dto.age} ${dto.kor}${dto.eng}${dto.mat} contextConfigLocation /WEB-INF/spring/root-context.xml org.springframework.web.context.ContextLoaderListener appServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/appServlet/servlet-context.xml 1 ap.. 2023. 2. 21. 230220_기본 스프링 : FrameWork : 작업틀 : 자바프로그램은 spring DI : 의존적 관계 .. 객체를 외부파일 (.xml)에 가져옴 데이터베이스 : 오라클 -> 마이바티스 이용 타일즈 : 환경설정이 필요해서 .. 필요한 라이브러리를 공급 스프링은 의존적주입(DI) => 외부에서 자료를 가져옴 1. XML 파일에서 가져오는 방식 - 생성자 - Setter 2. 자바 파일에서 가져오는 방식 ... 클래스와 메소드 구성 * 클래스는 반드시 @Configuration 으로 어노테이션 * 메소드는 반드시 @Bean 으로 어노테이션 Spring에서 자료 전송 3가지 1. Model 2. Model and View 3. Command package com.ezen.kim; public class TwosuDTO {.. 2023. 2. 20. 이전 1 2 3 4 다음