Chapter 2
Registration

Section 2
The Registration Process with a JDBC-backed Authentication Provider
Show how to move the registration process from the in-memory provider to a new JDBC-backed provider and discuss how this will affect the newly registered users survive a server restart. - Introduce JDBC into the project, and create the DB schema for users and authorities - Swap the in-memory authentication provider for the new JDBC-backed persistent provider - Discuss how (and show) the new persistent provider will actually make the user survive a server restart