1. security-context.xml 설정
- NameSpace에서 Security 를 설정해줍니다.
2. servlet-context.xml 추가
<!-- 어노테이션 관련 -->
<security:global-method-security pre-post-annotations="enabled" secured-annotations="enabled"/>
'Spring' 카테고리의 다른 글
[스프링Legacy] commons-fileupload 환경설정 (0) | 2023.07.12 |
---|---|
[스프링시큐리티] 로그아웃 구현 (security-context.xml) (0) | 2023.07.04 |
[스프링Legacy] Spring Security 프로젝트 초기설정 (STS, 이클립스) (0) | 2023.06.14 |
[스프링Legacy] Mybatis 프레임워크 초기설정 (0) | 2023.06.01 |
[스프링MVC] Form타입 Fileupload 방법 (commons-fileupload) (0) | 2023.05.24 |
댓글