toggle menu
javite
0.0.2
jvm
switch theme
search in API
vite-spring-webmvc-jre8
/
io.github.benny123tw.servlet.config
/
ViteProperties
Vite
Properties
@
Component
@
ConfigurationProperties
(
prefix
=
"vite"
)
open
class
ViteProperties
Members
Constructors
Vite
Properties
Link copied to clipboard
constructor
(
)
Properties
local
Server
Url
Link copied to clipboard
open
var
localServerUrl
:
String
The local server URL for Vite development.
manifest
Path
Link copied to clipboard
open
var
manifestPath
:
String
The path of the manifest file generated by Vite.
resource
Path
Link copied to clipboard
open
var
resourcePath
:
String
The path to the resources.
Functions
is
Debug
Link copied to clipboard
open
fun
isDebug
(
)
:
Boolean
set
Debug
Link copied to clipboard
open
fun
setDebug
(
debug
:
Boolean
)