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 SpringUtil
java.lang.Object
com.vaadin.flow.spring.SpringUtil
Helpers related to Spring.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks if this is Spring Boot and not plain Spring.
-
Constructor Details
-
SpringUtil
public SpringUtil()
-
-
Method Details
-
isSpringBoot
public static boolean isSpringBoot()Checks if this is Spring Boot and not plain Spring.
Returns:
true if this is Spring Boot, false if it is Spring without Boot
-