ViteProperties
Configuration properties for integrating Vite with Java web applications.
This class provides properties that can be used to configure the Vite integration, including settings for the Vite manifest file, local development server URL, resource paths, and debug mode.
These properties can be configured in the application's configuration file (e.g., `application.properties` or `application.yml` for Spring applications) and are typically used by integration modules to facilitate the setup and use of Vite in Java web applications.
Usage example:
vite.debug=true
vite.manifestPath=/WEB-INF/dist/.vite/manifest.json
vite.localServerUrl=http://localhost:5173
vite.resourcePath=/resources
Content copied to clipboard