SpringBoot配置屬性之MVC

mvc

  • spring.mvc.async.request-timeout 設(shè)定async請求的超時時間,以毫秒為單位瞳脓,* 如果沒有設(shè)置的話澈侠,以具體實現(xiàn)的超時時間為準,比如tomcat的servlet3的話是10秒.
  • spring.mvc.date-format 設(shè)定日期的格式烧栋,比如dd/MM/yyyy.
  • spring.mvc.favicon.enabled 是否支持favicon.ico,默認: true
  • spring.mvc.ignore-default-model-on-redirect 在重定向時是否忽略默認model的內(nèi)容耳标,默認: true
  • spring.mvc.locale 指定使用的Locale.
  • spring.mvc.message-codes-resolver-format 指定message codes的格式化策略(PREFIX_ERROR_CODE,POSTFIX_ERROR_CODE).
  • spring.mvc.view.prefix 指定mvc視圖的前綴.
  • spring.mvc.view.suffix 指定mvc視圖的后綴.

messages

  • spring.messages.basename 指定message的basename邑跪,多個以逗號分隔画畅,如果不加包名的話宋距,默認從classpath路徑開始谚赎,默認: messages
  • spring.messages.cache-seconds 設(shè)定加載的資源文件緩存失效時間,-1的話為永不過期雳灵,默認: -1
  • spring.messages.encoding 設(shè)定message bundles的編碼闸盔,默認: UTF-8

mobile

  • spring.mobile.devicedelegatingviewresolver.enable-fallback 是否支持fallback的解決方案,默認: false
  • spring.mobile.devicedelegatingviewresolver.enabled 是否開始device view resolver躲撰,默認: false
  • spring.mobile.devicedelegatingviewresolver.mobile-prefix 設(shè)定mobile端視圖的前綴击费,默認: mobile/
  • spring.mobile.devicedelegatingviewresolver.mobile-suffix 設(shè)定mobile視圖的后綴
  • spring.mobile.devicedelegatingviewresolver.normal-prefix 設(shè)定普通設(shè)備的視圖前綴
  • spring.mobile.devicedelegatingviewresolver.normal-suffix 設(shè)定普通設(shè)備視圖的后綴
  • spring.mobile.devicedelegatingviewresolver.tablet-prefix 設(shè)定平板設(shè)備視圖前綴蔫巩,默認: tablet/
  • spring.mobile.devicedelegatingviewresolver.tablet-suffix 設(shè)定平板設(shè)備視圖后綴.
  • spring.mobile.sitepreference.enabled 是否啟用SitePreferenceHandler,默認: true

view

  • spring.view.prefix 設(shè)定mvc視圖的前綴.
  • spring.view.suffix 設(shè)定mvc視圖的后綴.

resource

  • spring.resources.add-mappings 是否開啟默認的資源處理础锐,默認: true
  • spring.resources.cache-period 設(shè)定資源的緩存時效皆警,以秒為單位.
  • spring.resources.chain.cache 是否開啟緩存截粗,默認: true
  • spring.resources.chain.enabled 是否開啟資源 handling chain鸵隧,默認: false
  • spring.resources.chain.html-application-cache 是否開啟h5應(yīng)用的cache manifest重寫豆瘫,默認: false
  • spring.resources.chain.strategy.content.enabled 是否開啟內(nèi)容版本策略菊值,默認: false
  • spring.resources.chain.strategy.content.paths 指定要應(yīng)用的版本的路徑,多個以逗號分隔昵宇,默認: [/**]
  • spring.resources.chain.strategy.fixed.enabled 是否開啟固定的版本策略儿子,默認: false
  • spring.resources.chain.strategy.fixed.paths 指定要應(yīng)用版本策略的路徑柔逼,多個以逗號分隔
  • spring.resources.chain.strategy.fixed.version 指定版本策略使用的版本號
  • spring.resources.static-locations 指定靜態(tài)資源路徑,默認: classpath: [/META-INF/resources/,/resources/, /static/, /public/]以及context:/

multipart

  • multipart.enabled 是否開啟文件上傳支持犯助,默認: true
  • multipart.file-size-threshold 設(shè)定文件寫入磁盤的閾值儡毕,單位為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 設(shè)定Template的編碼.
  • spring.freemarker.check-template-location 是否檢查templates路徑是否存在.
  • spring.freemarker.content-type 設(shè)定Content-Type.
  • spring.freemarker.enabled 是否允許mvc使用freemarker.
  • spring.freemarker.expose-request-attributes 設(shè)定所有request的屬性在merge到模板的時候讨越,是否要都添加到model中.
  • spring.freemarker.expose-session-attributes 設(shè)定所有HttpSession的屬性在merge到模板的時候永毅,是否要都添加到model中.
  • spring.freemarker.expose-spring-macro-helpers 設(shè)定是否以* springMacroRequestContext的形式暴露RequestContext給Spring’s macro library使用
  • spring.freemarker.prefer-file-system-access 是否優(yōu)先從文件系統(tǒng)加載template,以支持熱加載沼死,默認為true
  • spring.freemarker.prefix 設(shè)定freemarker模板的前綴.
  • spring.freemarker.request-context-attribute 指定RequestContext屬性的名.
  • spring.freemarker.settings 設(shè)定FreeMarker keys.
  • spring.freemarker.suffix 設(shè)定模板的后綴.
  • spring.freemarker.template-loader-path 設(shè)定模板的加載路徑,多個以逗號分隔耸别,默認: ["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 設(shè)定模板編碼
  • spring.velocity.check-template-location 是否檢查模板路徑是否存在.
  • spring.velocity.content-type 設(shè)定ContentType的值
  • spring.velocity.date-tool-attribute 設(shè)定暴露給velocity上下文使用的DateTool的名
  • spring.velocity.enabled 設(shè)定是否允許mvc使用velocity
  • spring.velocity.expose-request-attributes 是否在merge模板的時候秀姐,將request屬性都添加到model中
  • spring.velocity.expose-session-attributes 是否在merge模板的時候省有,將HttpSession屬性都添加到model中
  • spring.velocity.expose-spring-macro-helpers 設(shè)定是否以* springMacroRequestContext的名來暴露RequestContext給Spring’s macro類庫使用
  • spring.velocity.number-tool-attribute 設(shè)定暴露給velocity上下文的NumberTool的名
  • spring.velocity.prefer-file-system-access 是否優(yōu)先從文件系統(tǒng)加載模板以支持熱加載,默認為true
  • spring.velocity.prefix 設(shè)定velocity模板的前綴.
  • spring.velocity.properties 設(shè)置velocity的額外屬性.
  • spring.velocity.request-context-attribute 設(shè)定RequestContext attribute的名.
  • spring.velocity.resource-loader-path 設(shè)定模板路徑狭瞎,默認為: classpath:/templates/
  • spring.velocity.suffix 設(shè)定velocity模板的后綴.
  • spring.velocity.toolbox-config-location 設(shè)定Velocity Toolbox配置文件的路徑搏予,比如 /WEB-INF/toolbox.xml.
  • spring.velocity.view-names 設(shè)定需要解析的視圖名稱.

thymeleaf

  • spring.thymeleaf.cache 是否開啟模板緩存雪侥,默認: true
  • spring.thymeleaf.check-template-location 是否檢查模板路徑是否存在精绎,默認: true
  • spring.thymeleaf.content-type 指定Content-Type,默認: text/html
  • spring.thymeleaf.enabled 是否允許MVC使用Thymeleaf旬牲,默認: true
  • spring.thymeleaf.encoding 指定模板的編碼原茅,默認: UTF-8
  • spring.thymeleaf.excluded-view-names 指定不使用模板的視圖名稱堕仔,多個以逗號分隔.
  • spring.thymeleaf.mode 指定模板的模式,具體查看StandardTemplateModeHandlers通贞,默認: HTML5
  • spring.thymeleaf.prefix 指定模板的前綴恼五,默認: classpath:/templates/
  • spring.thymeleaf.suffix 指定模板的后綴灾馒,默認: .html
  • spring.thymeleaf.template-resolver-order 指定模板的解析順序,默認為第一個.
  • spring.thymeleaf.view-names 指定使用模板的視圖名绘搞,多個以逗號分隔.

mustcache

  • spring.mustache.cache 是否Enable template caching.
  • spring.mustache.charset 指定Template的編碼.
  • spring.mustache.check-template-location 是否檢查默認的路徑是否存在.
  • spring.mustache.content-type 指定Content-Type.
  • spring.mustache.enabled 是否開啟mustcache的模板支持.
  • spring.mustache.prefix 指定模板的前綴,默認: classpath:/templates/
  • spring.mustache.suffix 指定模板的后綴琉预,默認: .html
  • spring.mustache.view-names 指定要使用模板的視圖名.

groovy

  • spring.groovy.template.allow-request-override 指定HttpServletRequest的屬性是否可以覆蓋controller的model的同名項
  • spring.groovy.template.allow-session-override 指定HttpSession的屬性是否可以覆蓋controller的model的同名項
  • spring.groovy.template.cache 是否開啟模板緩存.
  • spring.groovy.template.charset 指定Template編碼.
  • spring.groovy.template.check-template-location 是否檢查模板的路徑是否存在.
  • spring.groovy.template.configuration.auto-escape 是否在渲染模板時自動排查model的變量圆米,默認: false
  • spring.groovy.template.configuration.auto-indent 是否在渲染模板時自動縮進啄栓,默認: false
  • spring.groovy.template.configuration.auto-indent-string 如果自動縮進啟用的話昙楚,是使用SPACES還是TAB,默認: SPACES
  • spring.groovy.template.configuration.auto-new-line 渲染模板時是否要輸出換行削葱,默認: false
  • spring.groovy.template.configuration.base-template-class 指定template base class.
  • spring.groovy.template.configuration.cache-templates 是否要緩存模板淳梦,默認: true
  • spring.groovy.template.configuration.declaration-encoding 在寫入declaration header時使用的編碼
  • spring.groovy.template.configuration.expand-empty-elements 是使用<br/>這種形式,還是<br></br>這種展開模式首繁,默認: false)
  • spring.groovy.template.configuration.locale 指定template locale.
  • spring.groovy.template.configuration.new-line-string 當啟用自動換行時弦疮,換行的輸出谆扎,默認為系統(tǒng)的line.separator屬性的值
  • spring.groovy.template.configuration.resource-loader-path 指定groovy的模板路徑,默認: classpath:/templates/
  • spring.groovy.template.configuration.use-double-quotes 指定屬性要使用雙引號還是單引號闲先,默認: false
  • spring.groovy.template.content-type 指定Content-Type.
  • spring.groovy.template.enabled 是否開啟groovy模板的支持.
  • spring.groovy.template.expose-request-attributes 設(shè)定所有request的屬性在merge到模板的時候伺糠,是否要都添加到model中.
  • spring.groovy.template.expose-session-attributes 設(shè)定所有request的屬性在merge到模板的時候斥季,是否要都添加到model中.
  • spring.groovy.template.expose-spring-macro-helpers 設(shè)定是否以springMacroRequestContext的形式暴露RequestContext給Spring’s macro library使用
  • spring.groovy.template.prefix 指定模板的前綴.
  • spring.groovy.template.request-context-attribute 指定RequestContext屬性的名.
  • spring.groovy.template.resource-loader-path 指定模板的路徑,默認: classpath:/templates/
  • spring.groovy.template.suffix 指定模板的后綴
  • spring.groovy.template.view-names 指定要使用模板的視圖名稱.

http

  • spring.hateoas.apply-to-primary-object-mapper 設(shè)定是否對object mapper也支持HATEOAS舵揭,默認: true
  • spring.http.converters.preferred-json-mapper 是否優(yōu)先使用JSON mapper來轉(zhuǎn)換.
  • spring.http.encoding.charset 指定http請求和相應(yīng)的Charset午绳,默認: UTF-8
  • spring.http.encoding.enabled 是否開啟http的編碼支持,默認: true
  • spring.http.encoding.force 是否強制對http請求和響應(yīng)進行編碼蜡坊,默認為true

json

  • spring.jackson.date-format 指定日期格式赎败,比如yyyy-MM-dd HH:mm:ss,或者具體的格式化類的全限定名
  • spring.jackson.deserialization 是否開啟Jackson的反序列化
  • spring.jackson.generator 是否開啟json的generators.
  • spring.jackson.joda-date-time-format 指定Joda date/time的格式据忘,比如yyyy-MM-dd HH:mm:ss. 如果沒有配置的話若河,dateformat會作為backup
  • spring.jackson.locale 指定json使用的Locale.
  • spring.jackson.mapper 是否開啟Jackson通用的特性.
  • spring.jackson.parser 是否開啟jackson的parser特性.
  • spring.jackson.property-naming-strategy 指定PropertyNamingStrategy (CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES)或者指定PropertyNamingStrategy子類的全限定類名.
  • spring.jackson.serialization 是否開啟jackson的序列化.
  • spring.jackson.serialization-inclusion 指定序列化時屬性的inclusion方式寞宫,具體查看JsonInclude.Include枚舉.
  • spring.jackson.time-zone指定日期格式化時區(qū)辈赋,比如America/Los_Angeles或者GMT+10.

jersey

  • spring.jersey.filter.order 指定Jersey filter的order膏燕,默認: 0
  • spring.jersey.init 指定傳遞給Jersey的初始化參數(shù).
  • spring.jersey.type 指定Jersey的集成類型,可以是servlet或者filter.
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市近忙,隨后出現(xiàn)的幾起案子及舍,更是在濱河造成了極大的恐慌,老刑警劉巖咐柜,帶你破解...
    沈念sama閱讀 211,948評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件拙友,死亡現(xiàn)場離奇詭異,居然都是意外死亡遗契,警方通過查閱死者的電腦和手機姊途,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,371評論 3 385
  • 文/潘曉璐 我一進店門捷兰,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人秘蛇,你說我怎么就攤上這事顶考。” “怎么了艘策?”我有些...
    開封第一講書人閱讀 157,490評論 0 348
  • 文/不壞的土叔 我叫張陵朋蔫,是天一觀的道長却汉。 經(jīng)常有香客問我,道長青扔,這世上最難降的妖魔是什么微猖? 我笑而不...
    開封第一講書人閱讀 56,521評論 1 284
  • 正文 為了忘掉前任励两,我火速辦了婚禮囊颅,結(jié)果婚禮上傅瞻,老公的妹妹穿的比我還像新娘盲憎。我一直安慰自己饼疙,他們只是感情好,可當我...
    茶點故事閱讀 65,627評論 6 386
  • 文/花漫 我一把揭開白布屏积。 她就那樣靜靜地躺著磅甩,像睡著了一般。 火紅的嫁衣襯著肌膚如雪渣聚。 梳的紋絲不亂的頭發(fā)上僧叉,一...
    開封第一講書人閱讀 49,842評論 1 290
  • 那天,我揣著相機與錄音隘道,去河邊找鬼郎笆。 笑死题画,一個胖子當著我的面吹牛德频,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播竞思,決...
    沈念sama閱讀 38,997評論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼盖喷,長吁一口氣:“原來是場噩夢啊……” “哼难咕!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起暮刃,我...
    開封第一講書人閱讀 37,741評論 0 268
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎椭懊,沒想到半個月后诸蚕,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,203評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡氧猬,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,534評論 2 327
  • 正文 我和宋清朗相戀三年背犯,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片盅抚。...
    茶點故事閱讀 38,673評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡漠魏,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出泉哈,到底是詐尸還是另有隱情蛉幸,我是刑警寧澤丛晦,帶...
    沈念sama閱讀 34,339評論 4 330
  • 正文 年R本政府宣布奕纫,位于F島的核電站,受9級特大地震影響烫沙,放射性物質(zhì)發(fā)生泄漏匹层。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,955評論 3 313
  • 文/蒙蒙 一锌蓄、第九天 我趴在偏房一處隱蔽的房頂上張望升筏。 院中可真熱鬧,春花似錦瘸爽、人聲如沸您访。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,770評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽灵汪。三九已至,卻和暖如春柑潦,著一層夾襖步出監(jiān)牢的瞬間享言,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 32,000評論 1 266
  • 我被黑心中介騙來泰國打工渗鬼, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留览露,地道東北人。 一個月前我還...
    沈念sama閱讀 46,394評論 2 360
  • 正文 我出身青樓譬胎,卻偏偏與公主長得像差牛,于是被迫代替她去往敵國和親命锄。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 43,562評論 2 349

推薦閱讀更多精彩內(nèi)容