DevDogs-UGA / Optimal-Schedule-Builder

DevDogs' inaugural, 2024-2025 project: an optimal schedule-building website for UGA students.
11 stars 15 forks source link

Update Maven dependencies in Rate My Professor Microservice #32

Closed IgnasPanavas closed 3 days ago

IgnasPanavas commented 3 days ago

The initialization of the spring boot application does not contain all required dependencies for building a full application. Please look into the various modules Spring has and ensure all necessary ones are correctly added to pom.xml.

If you are unsure of what to add, do a bit of research into what a typical microservice structure looks like and decide from there.

Also this is a good issue to do if you want to understand Maven a bit more.

Please let me know if this takes longer than expected.