Created
August 1, 2014 19:19
-
-
Save atishn/5f9477c8bcad40a45f53 to your computer and use it in GitHub Desktop.
Java Melody Spring Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<http auto-config="true" use-expressions="true"> | |
<intercept-url pattern="/monitoring/**" access="hasRole('ROLE_ADMIN')" /> | |
<intercept-url pattern="/**" access="hasAnyRole('ROLE_ADMIN, 'ROLE_USER'')" /> | |
</http> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment