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

com.github.edgar615.util.spring.auth.ClientProperties Maven / Gradle / Ivy

The newest version!
package com.github.edgar615.util.spring.auth;

import java.util.List;

/**
 * Created by Edgar on 2017/11/16.
 *
 * @author Edgar  Date 2017/11/16
 */
public class ClientProperties {
  private List ignore;

  public List getIgnore() {
    return ignore;
  }

  public void setIgnore(List ignore) {
    this.ignore = ignore;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy