프로젝트

Study Log

Package Structure

Spring Initializr

Building RESTful API

  • GET

    • @RequestMapping으로 구현하기

    • 매개변수 없는 GET메서드 구현

    • @PathVariable을 활용한 GET 메서드 구현

    • @RequestParam을 활용한 GET 메서드 구현

    • DTO 객체를 활용한 GET 메서드 구현

DTO, DAO, Entity, VO, Model

Email 중복 체크

Password Encode

Builder Pattern

Mapper

@Controller vs @RestController

Lombok

ORM - JPA/Hibernate, JDBC

  • Repository, DAO

  • JpaRepository

ResponseEntity

Optional

Java Stream

One to One

Transactional

ResourceNotFoundException

Last updated