Example usage for org.springframework.ide.eclipse.boot.core BootPreferences getInitializrUrl

List of usage examples for org.springframework.ide.eclipse.boot.core BootPreferences getInitializrUrl

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.core BootPreferences getInitializrUrl.

Prototype

public static String getInitializrUrl() 

Source Link

Usage

From source file:org.springframework.ide.eclipse.boot.wizard.NewSpringBootWizardModel.java

public NewSpringBootWizardModel(URLConnectionFactory urlConnectionFactory, IPreferenceStore prefs)
        throws Exception {
    this(urlConnectionFactory, BootPreferences.getInitializrUrl(), prefs);
}