真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

使用springboot如何實(shí)現(xiàn)對(duì)freemarker進(jìn)行整合

這篇文章將為大家詳細(xì)講解有關(guān)使用springboot如何實(shí)現(xiàn)對(duì)freemarker進(jìn)行整合,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個(gè)參考,希望大家閱讀完這篇文章后對(duì)相關(guān)知識(shí)有一定的了解。

成都創(chuàng)新互聯(lián)主要從事成都網(wǎng)站設(shè)計(jì)、網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)圖們,10年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):18982081108

前提:

開發(fā)工具:idea

框架:spring boot、maven

1、pom文件添加依賴

    
      org.springframework.boot
      spring-boot-starter-freemarker
      1.4.1.RELEASE
    

2、新建spring web項(xiàng)目,會(huì)自動(dòng)生成application.properties.

使用application.properties配置文件之后,spring boot啟動(dòng)時(shí),會(huì)自動(dòng)把配置信息讀取到spring容器中,并覆蓋spring boot的默認(rèn)配置。

3、在配置文件中,設(shè)置以下兩個(gè)參數(shù)

#設(shè)定ftl文件路徑
spring.freemarker.template-loader-path=classpath:/templates
#設(shè)定靜態(tài)文件路徑,js,css等
spring.mvc.static-path-pattern=/static/**

controller跳轉(zhuǎn)頁面如下:

templates/action/list.ftl頁面

 使用springboot如何實(shí)現(xiàn)對(duì)freemarker進(jìn)行整合

關(guān)于使用springboot如何實(shí)現(xiàn)對(duì)freemarker進(jìn)行整合就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到。


網(wǎng)頁題目:使用springboot如何實(shí)現(xiàn)對(duì)freemarker進(jìn)行整合
網(wǎng)頁地址:http://weahome.cn/article/psisps.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部