We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example of necessary configuration:
public class MongoDataImport implements DataSetImport { .. public MongoDataImport(MongoTemplate mongoTemplate) { .. this.objectMapper = new ObjectMapper(); this.objectMapper.registerModule(new GeoJsonModule()); this.objectMapper.registerModule(new JavaTimeModule()); !!! }
add an additional module in the ObjectMapper
The text was updated successfully, but these errors were encountered:
antkorwin
No branches or pull requests
example of necessary configuration:
add an additional module in the ObjectMapper
The text was updated successfully, but these errors were encountered: