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

com.github.jerryxia.devhelper.spring.boot.autoconfigure.RequestCaptureWebServletProperties Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
/**
 * 
 */
package com.github.jerryxia.devhelper.spring.boot.autoconfigure;

/**
 * @author Administrator
 *
 */
public class RequestCaptureWebServletProperties {
    private String urlPattern;

    public String getUrlPattern() {
        return urlPattern;
    }

    public void setUrlPattern(String urlPattern) {
        this.urlPattern = urlPattern;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy