SpringBoot配置属性之MVC
SpringBoot配置属性系列
另外附上个⼈关于springboot的⼀些⽂章
主要是mvc相关的⼀些配置
mvc
spring.quest-timeout
设定async请求的超时时间,以毫秒为单位,如果没有设置的话,以具体实现的超时时间为准,⽐如tomcat的servlet3的话是10秒.
spring.mvc.date-format
设定⽇期的格式,⽐如dd/MM/yyyy.
spring怎么读取配置spring.abled
是否⽀持favicon.ico,默认为: true
spring.mvc.ignore-default-model-on-redirect
在重定向时是否忽略默认model的内容,默认为true
spring.mvc.locale
指定使⽤的Locale.
ssage-codes-resolver-format
指定message codes的格式化策略(PREFIX_ERROR_CODE,POSTFIX_ERROR_CODE).
spring.mvc.view.prefix
指定mvc视图的前缀.
spring.mvc.view.suffix
指定mvc视图的后缀.
messages
指定message的basename,多个以逗号分隔,如果不加包名的话,默认从classpath路径开始,默认: messages
设定加载的资源⽂件缓存失效时间,-1的话为永不过期,默认为-1
设定Message bundles的编码,默认: UTF-8
是否⽀持fallback的解决⽅案,默认false
是否开始device view resolver,默认为: false
设定mobile端视图的前缀,默认为:mobile/
设定mobile视图的后缀
设定普通设备的视图前缀
设定普通设备视图的后缀
设定平板设备视图前缀,默认:tablet/
设定平板设备视图后缀.
是否启⽤SitePreferenceHandler,默认为: true
view
spring.view.prefix
设定mvc视图的前缀.
spring.view.suffix
设定mvc视图的后缀.
resource
是否开启默认的资源处理,默认为true
设定资源的缓存时效,以秒为单位.
是否开启缓存,默认为: true
是否开启资源 handling chain,默认为false
是否开启h5应⽤的cache manifest重写,默认为: false
是否开启内容版本策略,默认为false
指定要应⽤的版本的路径,多个以逗号分隔,默认为:[/**]
是否开启固定的版本策略,默认为false
指定要应⽤版本策略的路径,多个以逗号分隔
指定版本策略使⽤的版本号
指定静态资源路径,默认为classpath:[/META-INF/resources/,/resources/, /static/, /public/]以及context:/
是否开启⽂件上传⽀持,默认为true
multipart.file-size-threshold
设定⽂件写⼊磁盘的阈值,单位为MB或KB,默认为0
multipart.location
指定⽂件上传路径.
multipart.max-file-size
指定⽂件⼤⼩最⼤值,默认1MB
multipart.max-request-size
指定每次请求的最⼤值,默认为10MB
freemarker
spring.freemarker.allow-request-override
指定HttpServletRequest的属性是否可以覆盖controller的model的同名项
spring.freemarker.allow-session-override
指定HttpSession的属性是否可以覆盖controller的model的同名项
spring.freemarker.cache
是否开启template caching.
spring.freemarker.charset
设定Template的编码.
spring.freemarker.check-template-location
是否检查templates路径是否存在.
t-type
设定Content-Type.
abled
是否允许mvc使⽤freemarker.
pose-request-attributes
设定所有request的属性在merge到模板的时候,是否要都添加到model中.
pose-session-attributes
设定所有HttpSession的属性在merge到模板的时候,是否要都添加到model中.
pose-spring-macro-helpers
设定是否以springMacroRequestContext的形式暴露RequestContext给Spring’s macro library使⽤spring.freemarker.prefer-file-system-access
是否优先从⽂件系统加载template,以⽀持热加载,默认为true
spring.freemarker.prefix
设定freemarker模板的前缀.
quest-context-attribute
指定RequestContext属性的名.
spring.freemarker.settings
设定FreeMarker keys.
spring.freemarker.suffix
设定模板的后缀.
plate-loader-path
设定模板的加载路径,多个以逗号分隔,默认: ["classpath:/templates/"]
spring.freemarker.view-names
指定使⽤模板的视图列表.
velocity
spring.velocity.allow-request-override
指定HttpServletRequest的属性是否可以覆盖controller的model的同名项
spring.velocity.allow-session-override
指定HttpSession的属性是否可以覆盖controller的model的同名项
spring.velocity.cache
是否开启模板缓存
spring.velocity.charset
设定模板编码
spring.velocity.check-template-location
是否检查模板路径是否存在.
t-type
设定ContentType的值
spring.velocity.date-tool-attribute
设定暴露给velocity上下⽂使⽤的DateTool的名
abled
设定是否允许mvc使⽤velocity
pose-request-attributes
是否在merge模板的时候,将request属性都添加到model中
pose-session-attributes
是否在merge模板的时候,将HttpSession属性都添加到model中
pose-spring-macro-helpers
设定是否以springMacroRequestContext的名来暴露RequestContext给Spring’s macro类库使⽤spring.velocity.number-tool-attribute
设定暴露给velocity上下⽂的NumberTool的名
spring.velocity.prefer-file-system-access
是否优先从⽂件系统加载模板以⽀持热加载,默认为true
spring.velocity.prefix
设定velocity模板的前缀.
spring.velocity.properties
设置velocity的额外属性.
quest-context-attribute
设定RequestContext attribute的名.
source-loader-path
设定模板路径,默认为: classpath:/templates/
spring.velocity.suffix
设定velocity模板的后缀.
lbox-config-location
设定Velocity Toolbox配置⽂件的路径,⽐如 /l.
spring.velocity.view-names
设定需要解析的视图名称.
thymeleaf
spring.thymeleaf.cache
是否开启模板缓存,默认true
spring.thymeleaf.check-template-location
是否检查模板路径是否存在,默认true
t-type
指定Content-Type,默认为: text/html
abled
是否允许MVC使⽤Thymeleaf,默认为: true
ding
指定模板的编码,默认为: UTF-8
luded-view-names
指定不使⽤模板的视图名称,多个以逗号分隔.
de
指定模板的模式,具体查看StandardTemplateModeHandlers,默认为: HTML5 spring.thymeleaf.prefix
指定模板的前缀,默认为:classpath:/templates/
spring.thymeleaf.suffix
指定模板的后缀,默认为:.html
plate-resolver-order
指定模板的解析顺序,默认为第⼀个.
spring.thymeleaf.view-names
指定使⽤模板的视图名,多个以逗号分隔.
mustcache
spring.mustache.cache
是否Enable template caching.
spring.mustache.charset
指定Template的编码.
spring.mustache.check-template-location
是否检查默认的路径是否存在.
t-type
指定Content-Type.
abled
是否开启mustcache的模板⽀持.
spring.mustache.prefix
指定模板的前缀,默认: classpath:/templates/
spring.mustache.suffix
指定模板的后缀,默认: .html
spring.mustache.view-names
指定要使⽤模板的视图名.
groovy模板
指定HttpServletRequest的属性是否可以覆盖controller的model的同名项
指定HttpSession的属性是否可以覆盖controller的model的同名项
是否开启模板缓存.
指定Template编码.
是否检查模板的路径是否存在.
是否在渲染模板时⾃动排查model的变量,默认为: false
是否在渲染模板时⾃动缩进,默认为false
如果⾃动缩进启⽤的话,是使⽤SPACES还是TAB,默认为: SPACES

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。