반응형
- 라이브러리 -
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
</dependency>
- 태그 -
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
<sec:authorize access="isAuthenticated()">
<sec:authentication property="principal" var="principal" />
</sec:authorize>
반응형
'Spring > Spring Boot' 카테고리의 다른 글
Spring Boot / JSP를 사용하기 위한 라이브러리 (0) | 2020.09.16 |
---|---|
Spring Boot / 트랜잭션 롤백하기 (0) | 2020.08.03 |
Spring Boot / @ResponseBody와 @RequestBody (0) | 2020.07.16 |
Spring Boot / @ComponentScan과 @Controller, @Service, @Repository, @Configuration, @Component (0) | 2020.07.16 |
Spring Boot / pom.xml (0) | 2020.07.15 |