tsuki0805 / CS5500_OfferPlus

0 stars 0 forks source link

Added unit test for CRUD operations #13

Closed zxuanxu closed 1 year ago

zxuanxu commented 1 year ago

For this merge, I did the following things:

  1. Refactored Application class and MongoRepositories used for better modularity and functionality.
  2. Updated dependencies in pom.xml and application.properties to allow unit tests for MongoRepositories.
  3. Added unit tests for CRUD operations defined.