sonnyjon / recipe-spring-mongodb

Refactor of spring5-recipe to use MongoDB instead of MySQL.
0 stars 0 forks source link

Refactor Ingredient-related classes to be used by Mongo #9

Closed sonnyjon closed 2 years ago

sonnyjon commented 2 years ago

Need to change the code and queries to be used by Mongo instead of MySQL. Ingredient isn't its own document, but is an embedded object within the Recipe class and doesn't have an explicit ID. Need to remove ID references and change how Ingredients are found, saved, etc.