Changes between Version 2 and Version 3 of spring-security
- 날짜/시간:
- 2012-08-15 PM 1:39:33 (13 년 전)
Legend:
- 변경되지 않음
- 추가됨
- 제거됨
- 변경됨
-
spring-security
v2 v3 1 1 {{{ 2 2 3 [[인메모리 첫번째]] 3 4 <authenticatiion-manager alias="authenticationManager"> 4 5 14 15 15 16 </authentication-manager> 17 18 [[인메모리 두번째]] 19 20 <user-service id="userService"> 21 22 <user name="guest" password="guest" authorities="ROLL_USER"/> 23 24 </user-service> 16 25 17 26