Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- SpringBoot
- AOP
- spring
- 알고리즘
- JDBC
- JPQL
- http
- 자바
- transaction
- 인프런
- kotlin
- Proxy
- Greedy
- QueryDSL
- springdatajpa
- 스프링 핵심 기능
- 스프링
- db
- 그리디
- 김영한
- java
- 백준
- pointcut
- Thymeleaf
- Exception
- Spring Boot
- Servlet
- jpa
- Android
- 스프링 핵심 원리
Archives
- Today
- Total
목록오류정보 (1)
개발자되기 프로젝트
[예외] SpringBoot - BasicErrorController
1. BasicErrorController제공 기능. BasicErrorController 컨트롤러는 다음 정보를 model에 담아서 뷰에 전달한다. 뷰 템플릿에서 이 값을 활용해서 출력할 수 있다. * timestamp: Fri Feb 05 00:00:00 KST 2021 * status: 400 * error: Bad Request * exception: org.springframework.validation.BindException * trace: 예외 trace * message: Validation failed for object='data'. Error count: 1 * errors: Errors(BindingResult) * path: 클라이언트 요청 경로 (`/hello`) 2. Thym..
인프런/[인프런] 스프링 MVC 2
2021. 9. 27. 23:51