Ajax

    37. 관심 주제 등록 기능 구현

    타임리프 자바스크립트 템플릿 https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#javascript-inlining Escaped: [[${variable}]] Unescaped: [(${variable})] 네추럴 템플릿: /*[[${variable}]]*/ null; Ajax 호출시 CSRF 토큰을 전달 하는 방법 https://docs.spring.io/spring-security/site/docs/current/reference/html5/#servlet-csrf-include-ajax 타임리프 자바스크립트 템플릿으로 Ajax 호출시 CSRF 토큰 설정 실습 시작 커밋: https://github.com/devjun63/whiteshi..