How to setup Spring Boot's JDBC/database support | Spring REST Services: The only guide you'll

Опубликовано: 22 Октябрь 2024
на канале: Marco Behler
402
4

► Java/Spring courses & guides
https://www.marcobehler.com

► Newsletter
https://bit.ly/2K0Ao4F

► YouTube sub
https://bit.ly/2lVExgm

So far you used in-memory lists to store CRM customers. In this episode you will learn how to setup Spring Boot's database support, to allow you write SQL queries in the next episode. Topics include the right dependencies for your pom.xml file, application.properties configuration as well as executing schema.sql scripts on startup.