fungover / system2024

1 stars 0 forks source link

Set up Database (e.g., MySQL, PostgreSQL) #11

Closed kappsegla closed 3 hours ago

kappsegla commented 3 days ago

Configure your Spring Boot application to use a relational database.

sebastianpiresmolin commented 1 day ago

Details required: What Tables do we need and what columns in the tables do we need? Or are we doing code first?

kappsegla commented 1 day ago

I think that this issue is mainly about setting up dependencies for database and developer environment that starts a database automatically? Creating tables and adding data is done in other issues like #15 and #13