Example usage for org.springframework.boot.devtools.restart ChangeableUrls ChangeableUrls

List of usage examples for org.springframework.boot.devtools.restart ChangeableUrls ChangeableUrls

Introduction

In this page you can find the example usage for org.springframework.boot.devtools.restart ChangeableUrls ChangeableUrls.

Prototype

private ChangeableUrls(URL... urls) 

Source Link

Usage

From source file:org.springframework.boot.devtools.restart.ChangeableUrls.java

public static ChangeableUrls fromUrls(URL... urls) {
    return new ChangeableUrls(urls);
}