bootinge / mongo-time

A sample spring application that shows how to persist LocalDateTime fields in MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persisting LocalDateTime Values in Mongodb With Spring

This repository is the sample app used in my article about persisting LocalDateTime fields in entities as String in MongoDB.

Running the code

This is a spring boot application that use gradle as the build tool. You can use IntelliJ or Eclipse to open this project.

About

A sample spring application that shows how to persist LocalDateTime fields in MongoDB.

License:MIT License


Languages

Language:Java 100.0%