타임리프2 Spring Security 예외 처리 스프링 시큐리티로 로그인을 구현하던 중 예외 처리에 대한 이슈가 있었다. AOP를 통해 공통 관리를 해주려고 했으나 기대했던대로 처리가 되지 않았다. import org.springframework.ui.Model; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; @ControllerAdvice public class AdminExceptionHandler { @ExceptionHandler(AcceptAdminException.class) public String handleAcceptAdminException(Accep.. Tech/Spring 2023. 10. 4. Thymeleaf 문법 정리 1. Fragment(공동영역처리) - th:flagment, th:replace th:replace를 통해 fragments.html 템플릿 파일에서 commonHead라는 이름의 fragment를 찾는다. ::는 fragment 이름을 템플릿 파일 이름과 구분하기 위해 사용하는 구분자 commonHead 내용이 현재 페이지의 요소로 복사됨 공통 영역 처리 헤더, 네브바, 푸터 등 여러 페이지에서 반복되는 영역을 재사용 fragment 사용 방법 th:insert 태그 내로 조각을 삽입하는 방법 th:replace 해당 태그를 완전히 대체한 방법 Fragment에서 파라미터 사용도 가능함 상수 표현식과 |…| 변수 표현식 ${..}을 사용 COPYRIGHT@ dhk22 [참고] 2. 조건문 - th:i.. Tech/Spring 2023. 9. 13. 이전 1 다음 728x90 반응형