Feature request: There are plenty of docs for using mongo with spring boot, but none with spring boot cli
The spring boot cli examples repo has some good examples, but none for Mongodb. Please provide some examples for Mongodb, or links in the spring cli docs on how to use mongodb with cli. Thanks
Comment From: wilkinsona
Thanks for the suggestion, but providing a comprehensive set of examples isn't really the purpose of the CLI examples. They're really (poorly named) integration tests. There's an existing guide for using Spring Data MongoDB with Spring Boot. It doesn't use the CLI, but for the vast majority of apps that's a good thing. If you really want to use the CLI and you'd like some help with taking what the guide demonstrates and using it in the CLI, asking a question on Stack Overflow could be a good way forward.