Spring Boot with Embedded Database
Key Takeaways
Designs an E-Commerce application using Spring Boot with an embedded H2 database
Original Description
In this guided project you will be designing an AddToCart Entity of E-Commerce application and along the way, you will learn and understand the basic structure of the Spring Boot application and how to start and terminate the Spring Boot application. Then you will learn about the architecture and concept of the embedded database H2. Then you will learn about how to configure and access embedded database H2 and how to pre-populate data in an embedded database on application start.
By the end of this project, you will be able to design entity classes and will have a fair idea about how entities get mapped to database tables.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Database Integration
View skill →Related Reads
📰
📰
📰
📰
The Object in Your Field Is Not the Object You Wrote
Medium · Programming
I built an offline CLI that audits a legacy PHP app in one command — and shows you the fix
Dev.to · getobserver
Web Developer Travis McCracken on The Simplicity of Net/HTTP in Go
Dev.to · Travis McCracken Web Developer
Laravel Policies Explained: Protect Your Application the Right Way
Medium · Programming
🎓
Tutor Explanation
DeepCamp AI