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

club.zhcs.lina.starter.web.GlobalResponseConfigurationProerties Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
package club.zhcs.lina.starter.web;

import java.util.List;

import org.springframework.boot.context.properties.ConfigurationProperties;

import lombok.Data;

/**
 * 
 * @author kerbores([email protected])
 *
 */
@Data
@ConfigurationProperties("axe.global.response")
public class GlobalResponseConfigurationProerties {

    /**
     * 是否开启
     */
    private boolean enabled = false;

    List ignorePaths;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy