All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.balajeetm.mystique.core.config.JsonMystiqueConfig Maven / Gradle / Ivy

/*
 * Copyright (c) Balajee TM 2016.
 * All rights reserved.
 * License -  @see 
 */

/*
 * Created on 25 Aug, 2016 by balajeetm
 */
package com.balajeetm.mystique.core.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

import com.balajeetm.mystique.util.gson.config.GsonUtilConfig;

/**
 * The Class JsonMystiqueConfig.
 *
 * @author balajeetm
 */
@Configuration
@ComponentScan(basePackages = {"com.balajeetm.mystique.core.bean"})
@Import(GsonUtilConfig.class)
public class JsonMystiqueConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy