JsonConfiguration
unknown
plain_text
a year ago
477 B
3
Indexable
// package com.kotak.collection.reporting.configuration; // // import com.fasterxml.jackson.databind.ObjectMapper; // import org.springframework.context.annotation.Bean; // import org.springframework.context.annotation.Configuration; // /// ** Config file for Json related beans. */ // @Configuration // public class JsonConfiguration { // // /** Bean creation of ObjectMapper. */ // @Bean // public ObjectMapper objectMapper() { // return new ObjectMapper(); // } // }
Editor is loading...
Leave a Comment