java-spring-boot-mongodb-starter icon indicating copy to clipboard operation
java-spring-boot-mongodb-starter copied to clipboard

MongoDB Blog Post: REST APIs with Java, Spring Boot and MongoDB

Results 5 java-spring-boot-mongodb-starter issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.1.1 to 4.1.2. Release notes Sourced from mongodb-driver-sync's releases. Java Driver 4.1.2 (February 18, 2021) Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-4-1-2-released/16827 Commits 7a3e664 Bump to 4.1.2 2d95b7e Fix CVE-2021-20328 8554188...

dependencies

Add a link to the MongoDB blog post in the README when it's published. And add a link to the Quick Start MongoDB Atlas when it's ready as well.

- One branch is not covered in the controller GET person/{id} - really need equals & hashcode in DTO?

Blog reference: https://www.mongodb.com/blog/post/rest-apis-with-java-spring-boot-and-mongodb Clarifications requested for following API calls: PUT /api/person - Not updating user; adding Path Parameter {id} throws 405 "Method Not Allowed" error POST/PUT/DELETE calls /api/persons - Spec...