com.vaadin.flow.server.
Class Constants
- java.lang.Object
-
- com.vaadin.flow.server.Constants
-
All Implemented Interfaces:
public final class Constants extends Object implements Serializable
Constants used by the server side framework.
Not available on the client side, for that use
ApplicationConstants
.Since:
1.0
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALLOW_APPSHELL_ANNOTATIONS
Internal parameter which prevent validation for annotations which are allowed on an AppShell class in non V14 bootstrap mode.
static String
APPLICATION_THEME_ROOT
The name of the application theme root folder.
static String
COMPATIBILITY_RESOURCES_FRONTEND_DEFAULT
Location for the frontend resources in jar files for compatibility mode (also obsolete but supported for npm mode).
static String
COMPILED_WEB_COMPONENTS_PATH
Deprecated.
UseInitParameters.COMPILED_WEB_COMPONENTS_PATH
instead.static String
CONNECT_APPLICATION_PROPERTIES_TOKEN
static String
CONNECT_JAVA_SOURCE_FOLDER_TOKEN
static String
CONNECT_OPEN_API_FILE_TOKEN
static boolean
DEFAULT_DEVMODE_STATS
The default value for whether usage statistics is enabled.
static String
DEFAULT_EXTERNAL_STATS_URL
Default location to look for the external stats.json.
static boolean
DEFAULT_NODE_AUTO_UPDATE
The default value for
InitParameters.NODE_AUTO_UPDATE
.static boolean
DEFAULT_REQUIRE_HOME_NODE_EXECUTABLE
The default value for
REQUIRE_HOME_NODE_EXECUTABLE
.static String
DISABLE_AUTOMATIC_SERVLET_REGISTRATION
Deprecated.
static boolean
ENABLE_PNPM_DEFAULT
Constant for whether pnpm is default or not.
static String
EXTERNAL_STATS_FILE
Property boolean for marking stats.json to be fetched from external location.
static String
EXTERNAL_STATS_FILE_TOKEN
static String
EXTERNAL_STATS_URL
Property String for external stats.json location url.
static String
EXTERNAL_STATS_URL_TOKEN
static String
FRONTEND_TOKEN
static String
GENERATED_TOKEN
static boolean
GLOBAL_PNPM_DEFAULT
Constant for setting the pinned supported version of pnpm to be used by default (see
FrontendTools.DEFAULT_PNPM_VERSION
).static String
I18N_PROVIDER
Deprecated.
UseInitParameters.I18N_PROVIDER
instead.static String
JAVA_RESOURCE_FOLDER_TOKEN
static String
LOCAL_FRONTEND_RESOURCES_PATH
Default path for local frontend resources packaged for jar add-ons.
static String
META_INF
The path used in the vaadin servlet for handling static resources.
static String
NPM_TOKEN
static String
PACKAGE_JSON
Name of the
npm
main file.static String
PACKAGE_LOCK_JSON
Name of the
npm
version locking ile.static String
POLYFILLS_DEFAULT_VALUE
static String
PROJECT_FRONTEND_GENERATED_DIR_TOKEN
static String
REQUIRE_HOME_NODE_EXECUTABLE
Deprecated.
UseInitParameters.REQUIRE_HOME_NODE_EXECUTABLE
instead.static String
REQUIRED_ATMOSPHERE_RUNTIME_VERSION
static String
RESOURCES_FRONTEND_DEFAULT
Location for the frontend resources in jar files.
static String
RESOURCES_JAR_DEFAULT
Location for the resources in jar files.
static String
RESOURCES_THEME_JAR_DEFAULT
Location for the theme resources in jar files.
static String
SERVLET_PARAMETER_BROTLI
Deprecated.
UseInitParameters.SERVLET_PARAMETER_BROTLI
instead.static String
SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
Deprecated.
UseInitParameters.SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
instead.static String
SERVLET_PARAMETER_DEVMODE_ENABLE_LIVE_RELOAD
Deprecated.
static String
SERVLET_PARAMETER_DEVMODE_OPTIMIZE_BUNDLE
Deprecated.
static String
SERVLET_PARAMETER_DEVMODE_WEBPACK_ERROR_PATTERN
Deprecated.
static String
SERVLET_PARAMETER_DEVMODE_WEBPACK_OPTIONS
Deprecated.
static String
SERVLET_PARAMETER_DEVMODE_WEBPACK_SUCCESS_PATTERN
Deprecated.
static String
SERVLET_PARAMETER_DEVMODE_WEBPACK_TIMEOUT
Deprecated.
static String
SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION
Deprecated.
static String
SERVLET_PARAMETER_ENABLE_DEV_SERVER
Deprecated.
UseInitParameters.SERVLET_PARAMETER_ENABLE_DEV_SERVER
instead.static String
SERVLET_PARAMETER_ENABLE_PNPM
Deprecated.
UseInitParameters.SERVLET_PARAMETER_ENABLE_PNPM
instead.static String
SERVLET_PARAMETER_HEARTBEAT_INTERVAL
Deprecated.
UseInitParameters.SERVLET_PARAMETER_HEARTBEAT_INTERVAL
instead.static String
SERVLET_PARAMETER_INITIAL_UIDL
Deprecated.
UseInitParameters.SERVLET_PARAMETER_INITIAL_UIDL
instead.static String
SERVLET_PARAMETER_JSBUNDLE
Deprecated.
UseInitParameters.SERVLET_PARAMETER_JSBUNDLE
instead.static String
SERVLET_PARAMETER_MAX_MESSAGE_SUSPEND_TIMEOUT
Deprecated.
static String
SERVLET_PARAMETER_POLYFILLS
Deprecated.
UseInitParameters.SERVLET_PARAMETER_POLYFILLS
instead.static String
SERVLET_PARAMETER_PRODUCTION_MODE
Deprecated.
UseInitParameters.SERVLET_PARAMETER_PRODUCTION_MODE
instead.static String
SERVLET_PARAMETER_PUSH_MODE
Deprecated.
UseInitParameters.SERVLET_PARAMETER_PUSH_MODE
instead.static String
SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING
Deprecated.
static String
SERVLET_PARAMETER_PUSH_URL
Deprecated.
UseInitParameters.SERVLET_PARAMETER_PUSH_URL
instead.static String
SERVLET_PARAMETER_REQUEST_TIMING
Deprecated.
UseInitParameters.SERVLET_PARAMETER_REQUEST_TIMING
instead.static String
SERVLET_PARAMETER_REUSE_DEV_SERVER
Deprecated.
UseInitParameters.SERVLET_PARAMETER_REUSE_DEV_SERVER
instead.static String
SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS
Deprecated.
static String
SERVLET_PARAMETER_STATISTICS_JSON
Deprecated.
UseInitParameters.SERVLET_PARAMETER_STATISTICS_JSON
instead.static String
SERVLET_PARAMETER_SYNC_ID_CHECK
Deprecated.
UseInitParameters.SERVLET_PARAMETER_SYNC_ID_CHECK
instead.static String
SERVLET_PARAMETER_USE_V14_BOOTSTRAP
Deprecated.
UseInitParameters.SERVLET_PARAMETER_USE_V14_BOOTSTRAP
instead.static String
SERVLET_PARAMETER_WEB_COMPONENT_DISCONNECT
Deprecated.
static int
SPRING_BOOT_DEFAULT_LIVE_RELOAD_PORT
Default live reload port as defined in Spring Boot Dev Tools.
static String
STATISTIC_FLOW_BOOTSTRAPHANDLER
UsageEntry name for UsageStatistics BootstrapHandler.
static String
STATISTIC_ROUTING_CLIENT
UsageEntry name for UsageStatistics Routing Client.
static String
STATISTIC_ROUTING_HYBRID
UsageEntry name for UsageStatistics Hybrid.
static String
STATISTIC_ROUTING_SERVER
UsageEntry name for UsageStatistics Routing Server.
static String
STATISTICS_JSON_DEFAULT
Default path for the WebPack profile statistics json file.
static String
TARGET
Target folder constant.
static String
TEMPLATE_DIRECTORY
Default resource directory to place template sources in.
static String
URL_PARAMETER_CLOSE_APPLICATION
A request parameter that can be given in browser to force the Vaadin application to close an existing UI and session.
static String
URL_PARAMETER_RESTART_APPLICATION
A request parameter that can be given in browser to force the Vaadin application to create a new UI and session instance, thus overriding
@PreserveOnRefresh
annotation.static String
VAADIN_BUILD
The static build resources folder.
static String
VAADIN_BUILD_FILES_PATH
The prefix used for all internal static files, relative to context root.
static String
VAADIN_CONFIGURATION
The static configuration resources folder.
static String
VAADIN_CORE_VERSIONS_JSON
The name of platform core components and tools versions file.
static String
VAADIN_MAPPING
The path used in the vaadin servlet for handling static resources.
static String
VAADIN_PREFIX
The prefix used for System property parameters.
static String
VAADIN_SERVLET_RESOURCES
The path to meta-inf/VAADIN/ where static resources are put on the servlet.
static String
VAADIN_VERSIONS_JSON
The name of platform commercial components and tools versions file.
static String
VAADIN_WEBAPP
The static resources root folder.
static String
VAADIN_WEBAPP_RESOURCES
The path to webapp/ public resources root.
-
-
-
Field Detail
-
REQUIRED_ATMOSPHERE_RUNTIME_VERSION
public static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION
See Also:
-
VAADIN_PREFIX
public static final String VAADIN_PREFIX
The prefix used for System property parameters.
See Also:
-
SERVLET_PARAMETER_PRODUCTION_MODE
@Deprecated public static final String SERVLET_PARAMETER_PRODUCTION_MODE
Deprecated.UseInitParameters.SERVLET_PARAMETER_PRODUCTION_MODE
instead.See Also:
-
NPM_TOKEN
public static final String NPM_TOKEN
See Also:
-
FRONTEND_TOKEN
public static final String FRONTEND_TOKEN
See Also:
-
GENERATED_TOKEN
public static final String GENERATED_TOKEN
See Also:
-
CONNECT_JAVA_SOURCE_FOLDER_TOKEN
public static final String CONNECT_JAVA_SOURCE_FOLDER_TOKEN
See Also:
-
JAVA_RESOURCE_FOLDER_TOKEN
public static final String JAVA_RESOURCE_FOLDER_TOKEN
See Also:
-
CONNECT_APPLICATION_PROPERTIES_TOKEN
public static final String CONNECT_APPLICATION_PROPERTIES_TOKEN
See Also:
-
CONNECT_OPEN_API_FILE_TOKEN
public static final String CONNECT_OPEN_API_FILE_TOKEN
See Also:
-
PROJECT_FRONTEND_GENERATED_DIR_TOKEN
public static final String PROJECT_FRONTEND_GENERATED_DIR_TOKEN
See Also:
-
EXTERNAL_STATS_FILE_TOKEN
public static final String EXTERNAL_STATS_FILE_TOKEN
See Also:
-
EXTERNAL_STATS_URL_TOKEN
public static final String EXTERNAL_STATS_URL_TOKEN
See Also:
-
SERVLET_PARAMETER_USE_V14_BOOTSTRAP
@Deprecated public static final String SERVLET_PARAMETER_USE_V14_BOOTSTRAP
Deprecated.UseInitParameters.SERVLET_PARAMETER_USE_V14_BOOTSTRAP
instead.See Also:
-
SERVLET_PARAMETER_INITIAL_UIDL
@Deprecated public static final String SERVLET_PARAMETER_INITIAL_UIDL
Deprecated.UseInitParameters.SERVLET_PARAMETER_INITIAL_UIDL
instead.See Also:
-
SERVLET_PARAMETER_ENABLE_DEV_SERVER
@Deprecated public static final String SERVLET_PARAMETER_ENABLE_DEV_SERVER
Deprecated.UseInitParameters.SERVLET_PARAMETER_ENABLE_DEV_SERVER
instead.See Also:
-
SERVLET_PARAMETER_REUSE_DEV_SERVER
@Deprecated public static final String SERVLET_PARAMETER_REUSE_DEV_SERVER
Deprecated.UseInitParameters.SERVLET_PARAMETER_REUSE_DEV_SERVER
instead.See Also:
-
SERVLET_PARAMETER_REQUEST_TIMING
@Deprecated public static final String SERVLET_PARAMETER_REQUEST_TIMING
Deprecated.UseInitParameters.SERVLET_PARAMETER_REQUEST_TIMING
instead.See Also:
-
SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION
@Deprecated public static final String SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION
Deprecated.See Also:
-
SERVLET_PARAMETER_HEARTBEAT_INTERVAL
@Deprecated public static final String SERVLET_PARAMETER_HEARTBEAT_INTERVAL
Deprecated.UseInitParameters.SERVLET_PARAMETER_HEARTBEAT_INTERVAL
instead.See Also:
-
SERVLET_PARAMETER_WEB_COMPONENT_DISCONNECT
@Deprecated public static final String SERVLET_PARAMETER_WEB_COMPONENT_DISCONNECT
Deprecated.See Also:
-
SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
@Deprecated public static final String SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
Deprecated.UseInitParameters.SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
instead.See Also:
-
SERVLET_PARAMETER_PUSH_MODE
@Deprecated public static final String SERVLET_PARAMETER_PUSH_MODE
Deprecated.UseInitParameters.SERVLET_PARAMETER_PUSH_MODE
instead.See Also:
-
SERVLET_PARAMETER_PUSH_URL
@Deprecated public static final String SERVLET_PARAMETER_PUSH_URL
Deprecated.UseInitParameters.SERVLET_PARAMETER_PUSH_URL
instead.See Also:
-
SERVLET_PARAMETER_SYNC_ID_CHECK
@Deprecated public static final String SERVLET_PARAMETER_SYNC_ID_CHECK
Deprecated.UseInitParameters.SERVLET_PARAMETER_SYNC_ID_CHECK
instead.See Also:
-
SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS
@Deprecated public static final String SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS
Deprecated.See Also:
-
SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING
@Deprecated public static final String SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING
Deprecated.See Also:
-
SERVLET_PARAMETER_MAX_MESSAGE_SUSPEND_TIMEOUT
@Deprecated public static final String SERVLET_PARAMETER_MAX_MESSAGE_SUSPEND_TIMEOUT
Deprecated.See Also:
-
SERVLET_PARAMETER_JSBUNDLE
@Deprecated public static final String SERVLET_PARAMETER_JSBUNDLE
Deprecated.UseInitParameters.SERVLET_PARAMETER_JSBUNDLE
instead.See Also:
-
SERVLET_PARAMETER_POLYFILLS
@Deprecated public static final String SERVLET_PARAMETER_POLYFILLS
Deprecated.UseInitParameters.SERVLET_PARAMETER_POLYFILLS
instead.See Also:
-
POLYFILLS_DEFAULT_VALUE
public static final String POLYFILLS_DEFAULT_VALUE
See Also:
-
SERVLET_PARAMETER_BROTLI
@Deprecated public static final String SERVLET_PARAMETER_BROTLI
Deprecated.UseInitParameters.SERVLET_PARAMETER_BROTLI
instead.See Also:
-
I18N_PROVIDER
@Deprecated public static final String I18N_PROVIDER
Deprecated.UseInitParameters.I18N_PROVIDER
instead.See Also:
-
DISABLE_AUTOMATIC_SERVLET_REGISTRATION
@Deprecated public static final String DISABLE_AUTOMATIC_SERVLET_REGISTRATION
Deprecated.See Also:
-
COMPILED_WEB_COMPONENTS_PATH
@Deprecated public static final String COMPILED_WEB_COMPONENTS_PATH
Deprecated.UseInitParameters.COMPILED_WEB_COMPONENTS_PATH
instead.See Also:
-
SERVLET_PARAMETER_STATISTICS_JSON
@Deprecated public static final String SERVLET_PARAMETER_STATISTICS_JSON
Deprecated.UseInitParameters.SERVLET_PARAMETER_STATISTICS_JSON
instead.See Also:
-
STATISTICS_JSON_DEFAULT
public static final String STATISTICS_JSON_DEFAULT
Default path for the WebPack profile statistics json file. It can be modified by setting the system property "statistics.file.path".
See Also:
-
TEMPLATE_DIRECTORY
public static final String TEMPLATE_DIRECTORY
Default resource directory to place template sources in. This is used used for Vite production mode instead of a stats.json file.
See Also:
-
PACKAGE_JSON
public static final String PACKAGE_JSON
Name of the
npm
main file.See Also:
-
PACKAGE_LOCK_JSON
public static final String PACKAGE_LOCK_JSON
Name of the
npm
version locking ile.See Also:
-
TARGET
public static final String TARGET
Target folder constant.
See Also:
-
COMPATIBILITY_RESOURCES_FRONTEND_DEFAULT
public static final String COMPATIBILITY_RESOURCES_FRONTEND_DEFAULT
Location for the frontend resources in jar files for compatibility mode (also obsolete but supported for npm mode).
See Also:
-
RESOURCES_FRONTEND_DEFAULT
public static final String RESOURCES_FRONTEND_DEFAULT
Location for the frontend resources in jar files.
See Also:
-
APPLICATION_THEME_ROOT
public static final String APPLICATION_THEME_ROOT
The name of the application theme root folder.
See Also:
-
RESOURCES_JAR_DEFAULT
public static final String RESOURCES_JAR_DEFAULT
Location for the resources in jar files.
See Also:
-
RESOURCES_THEME_JAR_DEFAULT
public static final String RESOURCES_THEME_JAR_DEFAULT
Location for the theme resources in jar files.
See Also:
-
SERVLET_PARAMETER_DEVMODE_WEBPACK_TIMEOUT
@Deprecated public static final String SERVLET_PARAMETER_DEVMODE_WEBPACK_TIMEOUT
Deprecated.See Also:
-
SERVLET_PARAMETER_DEVMODE_WEBPACK_SUCCESS_PATTERN
@Deprecated public static final String SERVLET_PARAMETER_DEVMODE_WEBPACK_SUCCESS_PATTERN
Deprecated.See Also:
-
SERVLET_PARAMETER_DEVMODE_WEBPACK_ERROR_PATTERN
@Deprecated public static final String SERVLET_PARAMETER_DEVMODE_WEBPACK_ERROR_PATTERN
Deprecated.See Also:
-
SERVLET_PARAMETER_DEVMODE_WEBPACK_OPTIONS
@Deprecated public static final String SERVLET_PARAMETER_DEVMODE_WEBPACK_OPTIONS
Deprecated.See Also:
-
SERVLET_PARAMETER_DEVMODE_OPTIMIZE_BUNDLE
@Deprecated public static final String SERVLET_PARAMETER_DEVMODE_OPTIMIZE_BUNDLE
Deprecated.See Also:
-
SERVLET_PARAMETER_ENABLE_PNPM
@Deprecated public static final String SERVLET_PARAMETER_ENABLE_PNPM
Deprecated.UseInitParameters.SERVLET_PARAMETER_ENABLE_PNPM
instead.See Also:
-
ENABLE_PNPM_DEFAULT
public static final boolean ENABLE_PNPM_DEFAULT
Constant for whether pnpm is default or not.
See Also:
-
GLOBAL_PNPM_DEFAULT
public static final boolean GLOBAL_PNPM_DEFAULT
Constant for setting the pinned supported version of pnpm to be used by default (see
FrontendTools.DEFAULT_PNPM_VERSION
).See Also:
-
DEFAULT_NODE_AUTO_UPDATE
public static final boolean DEFAULT_NODE_AUTO_UPDATE
The default value for
InitParameters.NODE_AUTO_UPDATE
.See Also:
-
DEFAULT_REQUIRE_HOME_NODE_EXECUTABLE
public static final boolean DEFAULT_REQUIRE_HOME_NODE_EXECUTABLE
The default value for
REQUIRE_HOME_NODE_EXECUTABLE
.See Also:
-
DEFAULT_DEVMODE_STATS
public static final boolean DEFAULT_DEVMODE_STATS
The default value for whether usage statistics is enabled.
See Also:
-
REQUIRE_HOME_NODE_EXECUTABLE
@Deprecated public static final String REQUIRE_HOME_NODE_EXECUTABLE
Deprecated.UseInitParameters.REQUIRE_HOME_NODE_EXECUTABLE
instead.See Also:
-
ALLOW_APPSHELL_ANNOTATIONS
public static final String ALLOW_APPSHELL_ANNOTATIONS
Internal parameter which prevent validation for annotations which are allowed on an AppShell class in non V14 bootstrap mode.
See Also:
-
META_INF
public static final String META_INF
The path used in the vaadin servlet for handling static resources.
See Also:
-
VAADIN_MAPPING
public static final String VAADIN_MAPPING
The path used in the vaadin servlet for handling static resources.
See Also:
-
VAADIN_BUILD
public static final String VAADIN_BUILD
The static build resources folder.
See Also:
-
VAADIN_CONFIGURATION
public static final String VAADIN_CONFIGURATION
The static configuration resources folder.
See Also:
-
VAADIN_WEBAPP
public static final String VAADIN_WEBAPP
The static resources root folder.
See Also:
-
VAADIN_SERVLET_RESOURCES
public static final String VAADIN_SERVLET_RESOURCES
The path to meta-inf/VAADIN/ where static resources are put on the servlet.
See Also:
-
VAADIN_WEBAPP_RESOURCES
public static final String VAADIN_WEBAPP_RESOURCES
The path to webapp/ public resources root.
See Also:
-
VAADIN_BUILD_FILES_PATH
public static final String VAADIN_BUILD_FILES_PATH
The prefix used for all internal static files, relative to context root.
See Also:
-
LOCAL_FRONTEND_RESOURCES_PATH
public static final String LOCAL_FRONTEND_RESOURCES_PATH
Default path for local frontend resources packaged for jar add-ons.
See Also:
-
EXTERNAL_STATS_FILE
public static final String EXTERNAL_STATS_FILE
Property boolean for marking stats.json to be fetched from external location.
See Also:
-
EXTERNAL_STATS_URL
public static final String EXTERNAL_STATS_URL
Property String for external stats.json location url.
See Also:
-
DEFAULT_EXTERNAL_STATS_URL
public static final String DEFAULT_EXTERNAL_STATS_URL
Default location to look for the external stats.json.
See Also:
-
URL_PARAMETER_RESTART_APPLICATION
public static final String URL_PARAMETER_RESTART_APPLICATION
A request parameter that can be given in browser to force the Vaadin application to create a new UI and session instance, thus overriding
@PreserveOnRefresh
annotation.See Also:
-
URL_PARAMETER_CLOSE_APPLICATION
public static final String URL_PARAMETER_CLOSE_APPLICATION
A request parameter that can be given in browser to force the Vaadin application to close an existing UI and session. Unlike
URL_PARAMETER_RESTART_APPLICATION
, this will not create a new session.See Also:
-
STATISTIC_FLOW_BOOTSTRAPHANDLER
public static final String STATISTIC_FLOW_BOOTSTRAPHANDLER
UsageEntry name for UsageStatistics BootstrapHandler.
See Also:
-
STATISTIC_ROUTING_SERVER
public static final String STATISTIC_ROUTING_SERVER
UsageEntry name for UsageStatistics Routing Server.
See Also:
-
STATISTIC_ROUTING_CLIENT
public static final String STATISTIC_ROUTING_CLIENT
UsageEntry name for UsageStatistics Routing Client.
See Also:
-
STATISTIC_ROUTING_HYBRID
public static final String STATISTIC_ROUTING_HYBRID
UsageEntry name for UsageStatistics Hybrid.
See Also:
-
VAADIN_CORE_VERSIONS_JSON
public static final String VAADIN_CORE_VERSIONS_JSON
The name of platform core components and tools versions file.
See Also:
-
VAADIN_VERSIONS_JSON
public static final String VAADIN_VERSIONS_JSON
The name of platform commercial components and tools versions file.
See Also:
-
SERVLET_PARAMETER_DEVMODE_ENABLE_LIVE_RELOAD
@Deprecated public static final String SERVLET_PARAMETER_DEVMODE_ENABLE_LIVE_RELOAD
Deprecated.See Also:
-
SPRING_BOOT_DEFAULT_LIVE_RELOAD_PORT
public static final int SPRING_BOOT_DEFAULT_LIVE_RELOAD_PORT
Default live reload port as defined in Spring Boot Dev Tools.
See Also:
-
-