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
See also
Types
Link copied to clipboard
@Configuration
@ComponentScan(basePackages = "io.github.benny123tw.servlet.config")
Provides an out-of-the-box configuration for integrating Vite with Spring MVC applications.
Link copied to clipboard