75. 18 11 2022 - catedradxc/serverlessStudy GitHub Wiki

Date: 18/11/2022

Daily objetives

* Get done the code refactor for all microservices

Related work

* Make the necessary changes in each project. 
	Describe the changes below:
	- adding dependecies in pom.xml and remove those related with last persistence system
	- Put the labels in classes model
	- Change type ids from long onto String
	- Remove classes related with last pesistence system
	- Create the new repository layer (class Repository)
	- Adapt the data loading from the main class in the projects
	- And the tag @EnableMongoRepositories to the main class
	- Adapt the controllers for the new repositories