META-INF.solon.solon-configuration-metadata.json Maven / Gradle / Ivy
{
"properties": [
{
"name": "solon.staticfiles.enable",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "静态文件服务是否启用"
},
{
"name": "solon.staticfiles.maxAge",
"type": "java.lang.Integer",
"defaultValue": 600,
"description": "静态文件的304缓存时长(默认为10分钟)"
},
{
"name": "solon.staticfiles.mappings",
"type": "org.noear.solon.web.staticfiles.model.MappingItem[]",
"description": "静态文件映射(文件或目录)"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy