Changes between Version 4 and Version 5 of spring-security

차이점 주위로
다음 차이점은 무시하기:
작성자:
anonymous (IP: 221.150.127.103)
날짜/시간:
2012-08-15 PM 1:44:01 (13 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • spring-security

    v4 v5  
    3333--------------------------------------------------------------------------------------- 
    3434 
     35[[데이터베이스 첫번째]] 
     36 
    3537<authenticatiion-manager alias="authenticationManager"> 
    3638 
    5557 
    5658 
     59[[데이터베이스 두번째]] 
     60 
     61<authenticatiion-manager alias="authenticationManager"> 
     62 
     63        <authentication-provider user-srevice-ref="userService"/> 
     64 
     65</authentication-manager> 
     66 
     67<jdbc-user-service id="userService" 
     68        data-source-ref="dataSource" 
     69        users-by-username-query="" 
     70        authorities-by-username-query="" 
     71/> 
     72 
    5773}}}