how to configure httpsecurity in java config




Asked on December 15, 2015
Hi ,
i m not aware of java config in spring application.i used sml configuration for spring security. now i need to change the spring security xml file to java class.
Can u help to solve this in java config in spring
<security:intercept-url pattern="/create.action"
access="hasRole('Create_User')" />
what are the steps to be followed for this.




Replied on December 15, 2015

Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us