본문 바로가기
Spring

[스프링Security] 어노테이션 사용 설정

by 코플+ 2023. 6. 16.

1. security-context.xml 설정

 

- NameSpace에서 Security 를 설정해줍니다.

 

 

2. servlet-context.xml 추가

	<!-- 어노테이션 관련 -->
	<security:global-method-security pre-post-annotations="enabled" secured-annotations="enabled"/>

 

댓글