72. 15 11 2022 - catedradxc/serverlessStudy GitHub Wiki

Date: 15/11/2022

Daily objetives

* Create a plan to deploy with documentDB and 
	explore internet to fint out how to do it
* The plan is make progressive deployments adding a bit changes in each one and see how it goes

Related work

* Find out articles, posts, blogs, videos to deploy docDB with spring
* Deploy the clena proyect (without any docDB thing)
* Deploy with the connection changes (it works)
* Deploy with the customer CRUD (error 500, it seems that there are errors in code)
* Try to correct the code chaging the map of the java objects to docDB documents. 
	Following this link: https://www.mongodb.com/developer/languages/java/java-mapping-pojos/