JsonConfiguration
unknown
plain_text
2 years ago
477 B
15
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