JDBC with Spring Boot
摘要
In the previous chapter, we built a robust web layer for our Customer CRM application, but our data lived only in memory. As soon as the application stopped, our customers vanished. In this chapter, we will build the persistence layer, enabling our application to store data reliably in a relational database.