Pregunta de entrevista de HCLTech

How does spring boot connects with the database?

Respuesta de la entrevista

Anónimo

19 ago 2025

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