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

com.github.fanzezhen.common.exception.property.ResponseProperty Maven / Gradle / Ivy

There is a newer version: 3.0.1-2023.10.13
Show newest version
package com.github.fanzezhen.common.exception.property;

import lombok.Getter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

/**
 * @author zezhen.fan
 */
@Getter
@Component
public class ResponseProperty {
    @Value("${response.json.flag:false}")
    private boolean responseJson;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy