Tidying up some stuff in tutorial app

This commit is contained in:
Luke Taylor
2008-11-07 06:55:00 +00:00
parent 4bbc015e4c
commit d6cd392a9e
2 changed files with 1 additions and 61 deletions

View File

@@ -12,7 +12,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.5.xsd">
<global-method-security spel-annotations="enabled">
<global-method-security expression-annotations="enabled">
<!-- AspectJ pointcut expression that locates our "post" method and applies security that way
<protect-pointcut expression="execution(* bigbank.*Service.post*(..))" access="ROLE_TELLER"/>
-->