springboot關(guān)于MVC的配置文件翻譯

mvc

  • spring.mvc.async.request-timeout設(shè)定async請(qǐng)求的超時(shí)時(shí)間翠忠,以毫秒為單位绰垂,如果沒有設(shè)置的話若债,以具體實(shí)現(xiàn)的超時(shí)時(shí)間為準(zhǔn)充坑,比如tomcat的servlet3的話是10秒.

  • spring.mvc.date-format設(shè)定日期的格式蒂秘,比如dd/MM/yyyy.

  • spring.mvc.favicon.enabled是否支持favicon.ico泽本,默認(rèn)為: true

  • spring.mvc.ignore-default-model-on-redirect在重定向時(shí)是否忽略默認(rèn)model的內(nèi)容,默認(rèn)為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姻僧,多個(gè)以逗號(hào)分隔规丽,如果不加包名的話,默認(rèn)從classpath路徑開始段化,默認(rèn): messages
  • spring.messages.cache-seconds設(shè)定加載的資源文件緩存失效時(shí)間嘁捷,-1的話為永不過期,默認(rèn)為-1
  • spring.messages.encoding設(shè)定Message bundles的編碼显熏,默認(rèn): UTF-8

mobile

  • spring.mobile.devicedelegatingviewresolver.enable-fallback是否支持fallback的解決方案雄嚣,默認(rèn)false
  • spring.mobile.devicedelegatingviewresolver.enabled是否開始device view resolver,默認(rèn)為: false
  • spring.mobile.devicedelegatingviewresolver.mobile-prefix設(shè)定mobile端視圖的前綴喘蟆,默認(rèn)為: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è)備視圖前綴缓升,默認(rèn):tablet/
  • spring.mobile.devicedelegatingviewresolver.tablet-suffix設(shè)定平板設(shè)備視圖后綴.
  • spring.mobile.sitepreference.enabled是否啟用SitePreferenceHandler,默認(rèn)為: true

view

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

resource

  • spring.resources.add-mappings是否開啟默認(rèn)的資源處理蕴轨,默認(rèn)為true
  • spring.resources.cache-period設(shè)定資源的緩存時(shí)效港谊,以秒為單位.
  • spring.resources.chain.cache是否開啟緩存,默認(rèn)為: true
  • spring.resources.chain.enabled是否開啟資源 handling chain橙弱,默認(rèn)為false
  • spring.resources.chain.html-application-cache是否開啟h5應(yīng)用的cache manifest重寫歧寺,默認(rèn)為: false
  • spring.resources.chain.strategy.content.enabled是否開啟內(nèi)容版本策略,默認(rèn)為false
  • spring.resources.chain.strategy.content.paths指定要應(yīng)用的版本的路徑棘脐,多個(gè)以逗號(hào)分隔斜筐,默認(rèn)為:[/**]
  • spring.resources.chain.strategy.fixed.enabled是否開啟固定的版本策略,默認(rèn)為false
  • spring.resources.chain.strategy.fixed.paths指定要應(yīng)用版本策略的路徑蛀缝,多個(gè)以逗號(hào)分隔
  • spring.resources.chain.strategy.fixed.version指定版本策略使用的版本號(hào)
  • spring.resources.static-locations指定靜態(tài)資源路徑顷链,默認(rèn)為classpath:[/META-INF/resources/,/resources/, /static/, /public/]以及context:/

multipart

  • multipart.enabled是否開啟文件上傳支持,默認(rèn)為true
  • multipart.file-size-threshold設(shè)定文件寫入磁盤的閾值屈梁,單位為MB或KB嗤练,默認(rèn)為0
  • multipart.location指定文件上傳路徑.
  • multipart.max-file-size指定文件大小最大值,默認(rèn)1MB
  • multipart.max-request-size指定每次請(qǐng)求的最大值在讶,默認(rèn)為10MB

freemarker

  • spring.freemarker.allow-request-override指定HttpServletRequest的屬性是否可以覆蓋controller的model的同名項(xiàng)
  • spring.freemarker.allow-session-override指定HttpSession的屬性是否可以覆蓋controller的model的同名項(xiàng)
  • 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到模板的時(shí)候煞抬,是否要都添加到model中.
  • spring.freemarker.expose-session-attributes設(shè)定所有HttpSession的屬性在merge到模板的時(shí)候,是否要都添加到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构哺,以支持熱加載革答,默認(rèn)為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è)定模板的加載路徑,多個(gè)以逗號(hào)分隔,默認(rèn): ["classpath:/templates/"]
  • spring.freemarker.view-names指定使用模板的視圖列表.

velocity

  • spring.velocity.allow-request-override指定HttpServletRequest的屬性是否可以覆蓋controller的model的同名項(xiàng)
  • spring.velocity.allow-session-override指定HttpSession的屬性是否可以覆蓋controller的model的同名項(xiàng)
  • 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模板的時(shí)候蝗碎,將request屬性都添加到model中
  • spring.velocity.expose-session-attributes是否在merge模板的時(shí)候湖笨,將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)加載模板以支持熱加載,默認(rèn)為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è)定模板路徑蹦骑,默認(rèn)為: 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是否開啟模板緩存,默認(rèn)true

  • spring.thymeleaf.check-template-location是否檢查模板路徑是否存在眠菇,默認(rèn)true

  • spring.thymeleaf.content-type指定Content-Type边败,默認(rèn)為: text/html

  • spring.thymeleaf.enabled是否允許MVC使用Thymeleaf,默認(rèn)為: true

  • spring.thymeleaf.encoding指定模板的編碼捎废,默認(rèn)為: UTF-8

  • spring.thymeleaf.excluded-view-names指定不使用模板的視圖名稱笑窜,多個(gè)以逗號(hào)分隔.

  • spring.thymeleaf.mode指定模板的模式,具體查看StandardTemplateModeHandlers登疗,默認(rèn)為: HTML5

  • spring.thymeleaf.prefix指定模板的前綴排截,默認(rèn)為:classpath:/templates/

  • spring.thymeleaf.suffix指定模板的后綴,默認(rèn)為:.html

  • spring.thymeleaf.template-resolver-order指定模板的解析順序辐益,默認(rèn)為第一個(gè).

  • spring.thymeleaf.view-names指定使用模板的視圖名断傲,多個(gè)以逗號(hào)分隔.

mustcache

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

groovy模板

  • spring.groovy.template.allow-request-override指定HttpServletRequest的屬性是否可以覆蓋controller的model的同名項(xiàng)
  • spring.groovy.template.allow-session-override指定HttpSession的屬性是否可以覆蓋controller的model的同名項(xiàng)
  • spring.groovy.template.cache是否開啟模板緩存.
  • spring.groovy.template.charset指定Template編碼.
  • spring.groovy.template.check-template-location是否檢查模板的路徑是否存在.
  • spring.groovy.template.configuration.auto-escape是否在渲染模板時(shí)自動(dòng)排查model的變量认罩,默認(rèn)為: false
  • spring.groovy.template.configuration.auto-indent是否在渲染模板時(shí)自動(dòng)縮進(jìn),默認(rèn)為false
  • spring.groovy.template.configuration.auto-indent-string如果自動(dòng)縮進(jìn)啟用的話续捂,是使用SPACES還是TAB垦垂,默認(rèn)為: SPACES
  • spring.groovy.template.configuration.auto-new-line渲染模板時(shí)是否要輸出換行,默認(rèn)為false
  • spring.groovy.template.configuration.base-template-class指定template base class.
  • spring.groovy.template.configuration.cache-templates是否要緩存模板牙瓢,默認(rèn)為true
  • spring.groovy.template.configuration.declaration-encoding在寫入declaration header時(shí)使用的編碼
  • spring.groovy.template.configuration.expand-empty-elements
    是使用
    這種形式劫拗,還是
    </br>這種展開模式,默認(rèn)為: false)
  • spring.groovy.template.configuration.locale指定template locale.
  • spring.groovy.template.configuration.new-line-string當(dāng)啟用自動(dòng)換行時(shí)一罩,換行的輸出杨幼,默認(rèn)為系統(tǒng)的line.separator屬性的值
  • spring.groovy.template.configuration.resource-loader-path指定groovy的模板路徑撇簿,默認(rèn)為classpath:/templates/
  • spring.groovy.template.configuration.use-double-quotes指定屬性要使用雙引號(hào)還是單引號(hào)聂渊,默認(rèn)為false
  • spring.groovy.template.content-type指定Content-Type.
  • spring.groovy.template.enabled是否開啟groovy模板的支持.
  • spring.groovy.template.expose-request-attributes設(shè)定所有request的屬性在merge到模板的時(shí)候,是否要都添加到model中.
  • spring.groovy.template.expose-session-attributes設(shè)定所有request的屬性在merge到模板的時(shí)候四瘫,是否要都添加到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指定模板的路徑汉嗽,默認(rèn)為: classpath:/templates/
  • spring.groovy.template.suffix指定模板的后綴
  • spring.groovy.template.view-names指定要使用模板的視圖名稱.

http

  • spring.hateoas.apply-to-primary-object-mapper設(shè)定是否對(duì)object mapper也支持HATEOAS,默認(rèn)為: true
  • spring.http.converters.preferred-json-mapper是否優(yōu)先使用JSON mapper來轉(zhuǎn)換.
  • spring.http.encoding.charset指定http請(qǐng)求和相應(yīng)的Charset找蜜,默認(rèn): UTF-8
  • spring.http.encoding.enabled是否開啟http的編碼支持饼暑,默認(rèn)為true
  • spring.http.encoding.force是否強(qiáng)制對(duì)http請(qǐng)求和響應(yīng)進(jìn)行編碼,默認(rèn)為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會(huì)作為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指定序列化時(shí)屬性的inclusion方式撰筷,具體查看JsonInclude.Include枚舉.
  • spring.jackson.time-zone指定日期格式化時(shí)區(qū)陈惰,比如America/Los_Angeles或者GMT+10.

jersey

  • spring.jersey.filter.order指定Jersey filter的order,默認(rèn)為: 0
  • spring.jersey.init指定傳遞給Jersey的初始化參數(shù).
  • spring.jersey.type指定Jersey的集成類型毕籽,可以是servlet或者filter.
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末抬闯,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子关筒,更是在濱河造成了極大的恐慌溶握,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,884評(píng)論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件蒸播,死亡現(xiàn)場(chǎng)離奇詭異睡榆,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)袍榆,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,347評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門肉微,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人蜡塌,你說我怎么就攤上這事碉纳。” “怎么了馏艾?”我有些...
    開封第一講書人閱讀 157,435評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵劳曹,是天一觀的道長。 經(jīng)常有香客問我琅摩,道長铁孵,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,509評(píng)論 1 284
  • 正文 為了忘掉前任房资,我火速辦了婚禮蜕劝,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘轰异。我一直安慰自己岖沛,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,611評(píng)論 6 386
  • 文/花漫 我一把揭開白布搭独。 她就那樣靜靜地躺著婴削,像睡著了一般。 火紅的嫁衣襯著肌膚如雪牙肝。 梳的紋絲不亂的頭發(fā)上唉俗,一...
    開封第一講書人閱讀 49,837評(píng)論 1 290
  • 那天嗤朴,我揣著相機(jī)與錄音,去河邊找鬼虫溜。 笑死雹姊,一個(gè)胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的衡楞。 我是一名探鬼主播容为,決...
    沈念sama閱讀 38,987評(píng)論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼寺酪!你這毒婦竟也來了坎背?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,730評(píng)論 0 267
  • 序言:老撾萬榮一對(duì)情侶失蹤寄雀,失蹤者是張志新(化名)和其女友劉穎得滤,沒想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體盒犹,經(jīng)...
    沈念sama閱讀 44,194評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡懂更,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,525評(píng)論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了急膀。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片沮协。...
    茶點(diǎn)故事閱讀 38,664評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖卓嫂,靈堂內(nèi)的尸體忽然破棺而出慷暂,到底是詐尸還是另有隱情,我是刑警寧澤晨雳,帶...
    沈念sama閱讀 34,334評(píng)論 4 330
  • 正文 年R本政府宣布行瑞,位于F島的核電站,受9級(jí)特大地震影響餐禁,放射性物質(zhì)發(fā)生泄漏血久。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,944評(píng)論 3 313
  • 文/蒙蒙 一帮非、第九天 我趴在偏房一處隱蔽的房頂上張望氧吐。 院中可真熱鬧,春花似錦末盔、人聲如沸筑舅。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,764評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽豁翎。三九已至角骤,卻和暖如春隅忿,著一層夾襖步出監(jiān)牢的瞬間心剥,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,997評(píng)論 1 266
  • 我被黑心中介騙來泰國打工背桐, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留优烧,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,389評(píng)論 2 360
  • 正文 我出身青樓链峭,卻偏偏與公主長得像畦娄,于是被迫代替她去往敵國和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子弊仪,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,554評(píng)論 2 349

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