728x90 반응형 속성 값1 [Spring] 타임리프 속성 값 설정 타임리프 태그 속성(Attribute) 타임리프는 주로 HTML 태그에 th:* 속성을 지정하느 ㄴ방식으로 동작한다. th:*로 속성을 적용하면 기존 속성을 대체한다. 기존 속성이 없으면 새로 만든다 BasicController 추가 @GetMapping("/attribute") public String attribute(Model model) { return "basic/attribute"; } /resources/templates/basic/attribute.html 속성 설정 속성 추가 - th:attrappend = - th:attrprepend = - th:classappend = checked 처리 - checked o - checked x - checked=false 속성 설정 th:* 속성.. 2023. 6. 19. 이전 1 다음 728x90 반응형