본문으로 바로가기

Kotlin으로 개발하는 Spring Boot Web MVC #4

목차

    실습 환경

    • IntelliJ
    • Kotlin
    • Gradle
    • JDK 11
    • Spring Boot 2.6.2

    실습 코드

    https://github.com/0n1dev/kotlin-spring-practice

     

    GitHub - 0n1dev/kotlin-spring-practice: 인프런 강의

    인프런 강의. Contribute to 0n1dev/kotlin-spring-practice development by creating an account on GitHub.

    github.com

    ControllerAdvice

    Global 에외 처리 및 특정 Package / Controller 예외 처리

    ExceptionHandler

    특정 Controller의 예외처리

     

     

    -> 실습코드는 깃허브에 있습니다.