Question d’entretien chez HCLTech

How does spring boot connects with the database?

Réponse à la question d'entretien

Utilisateur anonyme

19 août 2025

Spring Boot connects to a database by auto-configuring a DataSource (via properties) and using JPA to manage queries and persistence.