Package-level declarations
This package contains the configuration classes for integrating Vite with Spring MVC applications.
Classes in this package provide configuration and beans necessary for setting up Vite in a Spring MVC application, including properties for the Vite manifest file, local development server URL, resource paths, and debug settings.
Usage example:
@Configuration
@EnableVite
public class AppConfig {
// Your other Spring configuration
}
Content copied to clipboard