====================================
Contact and feedback:
https://www.youtube.com/channel/UCVyvT1t3p-ciOeInzaSbIcQ
https://github.com/TechPrudent/
[email protected]
https://trello.com/b/8QKy3byG/techprudent
https://techprudent91.blogspot.com/
https://www.facebook.com/techprudents/
https://twitter.com/techprudent
https://www.linkedin.com/in/tech-prudent-37831216b/
https://plus.google.com/u/0/114035390968854033062
====================================
Spring boot security
====================
- secured by default
- basic authorization or form login
- generates default password for 'user'
- default username : user default password: generated runtime in spring boot console
- add dependency : spring-boot-starter-security
- demo default user and password
- demo customize username and password
- application of userdetailservice interface
- source code is available at https://github.com/TechPrudent/spring-boot-learning
- note: security is disabled for now. comment DisableSecurityClass.java to enable security basic