1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Converted all namespace attributes which refer to bean IDs to use "-ref" suffix (or "ref").

This commit is contained in:
Luke Taylor
2008-01-22 20:58:12 +00:00
parent 11570d9584
commit 06f3bcbf6a
10 changed files with 54 additions and 34 deletions
@@ -128,7 +128,7 @@
<authentication-provider>
<password-encoder hash="md5"/>
<jdbc-user-service data-source="dataSource"/>
<jdbc-user-service data-source-ref="dataSource"/>
</authentication-provider>
<!--
<bean id="jdbcDaoImpl" class="org.springframework.security.userdetails.jdbc.JdbcDaoImpl">