/prgrms-be-devcourse

프로그래머스 데브코스 백엔드 실습 repo

Primary LanguageJava

prgrms-be-devcourse

프로그래머스 데브코스 실습 코드

Week 01

java

  • Interface
    : interface 실습

  • Collection
    : colelction 실습

  • BaseBall
    : 숫자야구 게임 OOP 구현

Week 02

database

Week 03

SpringBoot Part 1 - Spring 기초

  • kdt-spring-order
    : 기본코드

  • kdt-spring-order-ver2
    : IoC 구현 , IoC 컨테이너 생성

  • kdt-spring-order-ver3
    : Stereo type 추가, 컴포넌트 스캔 실습
    : 패키지 분류
    : lifecycle callback 추가

  • kdt-spring-order-ver4
    : 환경 변수 추가
    : resource

  • kdt-spring-order-ver5
    : logging

Week 04

SpringBoot Part2 - DateBase 연동

  • kdt-spring-order
    : test 코드 실습
    : JDBC , template
    : enbadded database
    : jdk proxy

Week 05

SpringBoot Part3 - Web

  • kdt-spring-order
    : jsp

  • spring-order
    : Thymeleaf

  • spring-order-ver2
    : REST API
    : SPA

  • kdt-order-ui
    : 실습용 React 코드

  • springboot-order
    : springboot web application ( AutoConfiguration )

Week 06

Clone project : 클론 코딩 - 커피빈 주문 관리 서비스

  • gc-coffee
    : 서버

  • order-ui
    : 클라이언트

Week 07

SpringBoot Part4 - JPA

  • kdt-jpa
    : jdbc, jdbc template
    : MyBatis
    : JPA

  • kdt-jpa-practice
    : JPA 실습

Week 08

SpringBoot Part5 - Spring Security