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

com.github.anonymousmister.bootfastconfig.constant.BeanNameConstant Maven / Gradle / Ivy

package com.github.anonymousmister.bootfastconfig.constant;

/**
 * @author mister
 */
public interface BeanNameConstant {


    /**
     * redis 序列化配置
     */
    String MY_REDIS_SERIALIZER = "myRedisSerializer";


    String MY_HTTP_MESSAGE_CONVERTER = "myhttpMessageConverter";


    String JSON_PARAM_ARGUMENT_RESOLVER = "jsonParamArgumentResolver";


    String ANNOTATION_JACKSON = "AnnotationJackson";


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy