Skip to content

bnitech/spring-boot-web-mvc-developed-by-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin으로 개발하는 Spring Boot Web MVC (Spring Boot Web MVC developed by Kotlin)

온라인 강좌: Kotlin으로 개발하는 Spring Boot Web MVC

📝 노트

✅ 목차 및 진행상황

  • 섹션 0. 소개
    • 강의 소개
    • 강사 소개
    • 개발환경설치
  • 섹션 1. 스프링부트 소개
    • 스프링부트 소개
  • 섹션 2. 웹 개론
    • Web 개론
  • 섹션 3. REST-API
    • GET
    • POST
    • PUT 과 ObjectMapper
    • DELETE
    • ResponseEntity
  • 섹션 4. Spring Boot Validation
    • JSR-380 Bean Validation
    • Custom Validation Annotation 만들어서 사용하기
  • 섹션 5. 예외처리
    • ControllerAdvice
    • ExceptionHandler를 활용하여 자세한 에러 정보 내려주기
  • 섹션 6. JUnit
    • RestController 단위 테스트 작성하기
  • 섹션 7. 실습!! TODO LIST WebApplication 만들기
    • Memory Database 설계와 JUnit 으로 테스트하기
    • REST Controller , Bean JUnit 으로 유효성 검증하기
    • Service Logic 개발
    • Swagger 추가하기

About

Spring Boot Web MVC Developed by Kotlin

Topics

Resources

Stars

Watchers

Forks