Monthly Archives: 11월 2020
Spring Boot JSP 활성화
공통 데이타처리
Authentication 과 Authorization 의 차이
Authentication 과 Authorization 의 차이
Authentication : 로그인체크
접속자의 아이디를 확인하는 단계이다.
Authorization : 권한체크
… 더보기ResponseEntity 에 Generic type 사용하기
ResponseEntity 에 Generic type 사용하기
Generic type
@Getter
@NoArgsConstructor
public class MenusSaveRequestDto implements Serializable {
… 더보기 RestTemplate 에 Custom header 추가하기
Lombok Builder 와 상속
Run Application on CLI
ControllerAdvice
ControllerAdvice
ControllerAdvice vs RestControllerAdvice
모두 모든 컨트롤러(Controller + RestController) 의 예외를 잡습니다.
차이점은 리턴데이타가 있는가 … 더보기
Swagger UI 2 설정하기
Swagger UI 2 설정하기
의존성 추가
dependencies {
implementation 'io.springfox:springfox-swagger-ui:2.9.2'
implementation 'io.springfox:springfox-swagger2:2.9.2'
}