Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling #26

Closed
mtak0235 opened this issue Mar 11, 2022 · 0 comments

Comments

@mtak0235
Copy link
Owner

mtak0235 commented Mar 11, 2022

err
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: seoul.bulletin.domain.entity.Posts["createdDate"])

해결
https://itpro.tistory.com/117
FasterXML/jackson-databind#3262

@mtak0235 mtak0235 changed the title error https://www.google.com/search?q=com.fasterxml.jackson.databind.exc.InvalidDefinitionException%3A+Java+8+date%2Ftime+type+%60java.time.LocalDateTime%60+not+supported+by+default%3A+add+Module+%22com.fasterxml.jackson.datatype%3Ajackson-datatype-jsr310%22+to+enable+handling+(through+reference+chain%3A+seoul.bulletin.domain.entity.Posts%5B%22createdDate%22%5D)&oq=com.fasterxml.jackson.databind.exc.InvalidDefinitionException%3A+Java+8+date%2Ftime+type+%60java.time.LocalDateTime%60+not+supported+by+default%3A+add+Module+%22com.fasterxml.jackson.datatype%3Ajackson-datatype-jsr310%22+to+enable+handling+(through+reference+chain%3A+seoul.bulletin.domain.entity.Posts%5B%22createdDate%22%5D)&aqs=chrome..69i57.307j0j9&sourceid=chrome&ie=UTF-8 Mar 11, 2022
@mtak0235 mtak0235 changed the title https://www.google.com/search?q=com.fasterxml.jackson.databind.exc.InvalidDefinitionException%3A+Java+8+date%2Ftime+type+%60java.time.LocalDateTime%60+not+supported+by+default%3A+add+Module+%22com.fasterxml.jackson.datatype%3Ajackson-datatype-jsr310%22+to+enable+handling+(through+reference+chain%3A+seoul.bulletin.domain.entity.Posts%5B%22createdDate%22%5D)&oq=com.fasterxml.jackson.databind.exc.InvalidDefinitionException%3A+Java+8+date%2Ftime+type+%60java.time.LocalDateTime%60+not+supported+by+default%3A+add+Module+%22com.fasterxml.jackson.datatype%3Ajackson-datatype-jsr310%22+to+enable+handling+(through+reference+chain%3A+seoul.bulletin.domain.entity.Posts%5B%22createdDate%22%5D)&aqs=chrome..69i57.307j0j9&sourceid=chrome&ie=UTF-8 com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: seoul.bulletin.domain.entity.Posts["createdDate"]) Mar 11, 2022
@mtak0235 mtak0235 changed the title com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: seoul.bulletin.domain.entity.Posts["createdDate"]) com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant