RossNeyman / Team-Building-Project

CSC 330 Final Project
0 stars 1 forks source link

Teams erased at programs termination #1

Open NikolasHunter515 opened 2 months ago

NikolasHunter515 commented 2 months ago

The employees added to a team, limited to the programs run time. After termination, upon restarting the program the previously created team has been wiped.

shauryaCodesAndHosts commented 2 months ago

hi , can i configure the project using maven as i am having problem with dependencies

NikolasHunter515 commented 2 months ago

Yes, we used maven for our dependencies. Look at the top of the employeeDB file for the dependencies we used. The file is under the util namespace.

shauryaCodesAndHosts commented 2 months ago

you want embedded database like H2 or a server based database like postgre ?