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 org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

@Component
public class ResponseProperty {
    @Value("${response.json.flag}")
    public boolean jsonFlag;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy