java - what is the use of auto-config=true in spring security -


what use of auto-config=true in spring security. in scenario should use this. actual use of using auto-config=true ?

auto-config="true" equivalent to:

<http>     <form-login />     <http-basic />     <logout /> </http> 

so gives basic security configuration boot.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -