[Spring] @Autowired 활용
·
Server/Spring&Spring Boot
예시 위처럼 필드에 변수를 선언할 때, 생성자를 생략하여 활용하는 방법. @Autowired를 사용하여 생성자 생략. 설정 Dao 설정 applicationContext.xml 설정 web.xml 의 Context Listener 등록
스프링(Spring) 셋팅 2
·
Server/Spring&Spring Boot
pom.xml 설정 (jstl 라이브러리 추가) 더보기 javax.servlet jstl 1.2 pom.xml 설정 (jdbc 라이브러리 추가) 더보기 com.oracle.database.jdbc ojdbc6 11.2.0.4 web.xml 설정(Context Listener 등록) 더보기 org.springframework.web.context.ContextLoaderListener contextConfigLocation /WEB-INF/applicationContext.xml applicationContext 파일 만들기 applicationContext.xml 파일 생성 후 코드 작성 더보기 html, css, js, img 파일 접근 처리 html, css, js, img 파일 접근시 발생하는 오류..
스프링(Spring) 셋팅 1
·
Server/Spring&Spring Boot
프로젝트 만들기 1. Dynamic Web Project 2. Source folders on bulid path: src\main\resources 추가 생성 3. Web Module 설정 Content directory의 이름은 webapp을 많이 사용하고 꼭 Generate web.xml deployment descriptor 체크 프로젝트 생성 완료 Maven 설정 (라이브러리 관리) Configure -> Conver to Maven Project 별도의 설정 없이 Finish 설정 완료 오류 발생시 pom.xml 설정 (Spring Library 의존성 추가) -> 안에 있는 데이터를 받아온다. pom.xml 추가 코드 더보기 4.3.3.RELEASE org.springframework spr..
Spring 첫 걸음
·
Server/Spring&Spring Boot
스프링이란? 프레임워크란? 스프링의 특징 POJO 프로그래밍 IoC(제어역전) DI(의존관계 주입) AOP(Aspect Oriented Programming)
코드플리
'Server/Spring&Spring Boot' 카테고리의 글 목록 (7 Page)