Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

mongodb-developer/spring-dates-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice: Repository Deprecation

This repository is deprecated and no longer actively maintained. It contains outdated code examples or practices that do not align with current MongoDB best practices. While the repository remains accessible for reference purposes, we strongly discourage its use in production environments. Users should be aware that this repository will not receive any further updates, bug fixes, or security patches. This code may expose you to security vulnerabilities, compatibility issues with current MongoDB versions, and potential performance problems. Any implementation based on this repository is at the user's own risk. For up-to-date resources, please refer to the MongoDB Developer Center.

spring-dates-demo

Quick demo of working with dates in MongoDB using Spring Data

When the application is run, it connects to the specified MongoDB instance and creates three 'customer' documents in the 'customers' collection, each of which includes an _id, a name and a date-of-birth field.

The application then shows expamples of how to search for a customer by specific ID, a specific DOB, or a specific birth month.

About

Quick demo of working with dates in MongoDB using Spring Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages