728x90 Spring29 [SpringFramework]Context란? Context 란? :Container -> Context -> beans :Context란 bean들을 포함하여 여러 기능을 가진 공간 출처[https://velog.io/@seculoper235/Spring-Core-Context-1%ED%8E%B8] 2022. 4. 28. [RedirectAttributes] 원리 RedirectAttributes 란? ▶ 기존 -> controller 에서 view로 데이터를 전달해야 할 경우 -> Model로 사용 ▶redirect 가 있을경우 Model 을 사용 할 수 없음 ▶ 이럴 경우 Model의 기능을 해주는 녀석이 -> RediretAttributes Controller view 2022. 4. 16. [SpringFramework]프로젝트 초기 설정_mariaDB연동(JDK1.8) 0. 프로젝트 생성 및 property 설정 (※1. File-new 또는 Package Explorer 영역 빈공간에서 우클릭->new) ▶project우클릭->Project Faces-> Java 1.8로 변경 ▶한글 깨짐 방지 -> jsp에 추가 1. POM.xml ▶Java 및 framework 버전 변경 3.1.1 ->4.3.8 (※ 설치된 버전에 맞게 변경) ▶DB연결 필수 dependency 추가 (※ 안에 넣어 줘야함) org.mariadb.jdbc mariadb-java-client 2.7.3 org.mybatis mybatis 3.4.1 org.mybatis mybatis-spring 1.3.0 org.springframework spring-jdbc ${org.springframewo.. 2022. 4. 10. [Springboot]@Requestpar view [thymeleaf]에서 controller에서 데이터 전달 과정에 대한 흐름과 이해 [게시판 데이터 삭제 과정] 2022. 4. 3. @RequestParam( ) ▶HTTPServletRequest 처럼 값을 받아오는 역할을 함 2022. 4. 2. 이전 1 2 3 4 5 다음 728x90