We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.spring.
Package com.vaadin.flow.spring
Class SpringDevToolsPortHandler
java.lang.Object
com.vaadin.flow.spring.SpringDevToolsPortHandler
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class SpringDevToolsPortHandler
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Sets Spring Boot dev tools to run on a free random port if the default port (35729) is in use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
SpringDevToolsPortHandler
public SpringDevToolsPortHandler()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) Specified by:
postProcessEnvironment
in interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-