springboot+freemarker熱部署
網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)!專注于網(wǎng)頁(yè)設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、小程序開發(fā)、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了舒城免費(fèi)建站歡迎大家使用!
1.在pom文件中添加
2、設(shè)置 freeemarker.cache=false
spring:
freemarker:
allow-request-override: false
allow-session-override: false
cache: false
charset: UTF-8
check-template-location: true
content-type: text/html
enabled: true
expose-request-attributes: false
expose-session-attributes: false
expose-spring-macro-helpers: true
prefer-file-system-access: true
suffix: .ftl
template-loader-path: classpath:/templates/
settings:
template_update_delay: 0
default_encoding: UTF-8
classic_compatible: true
3、修改IDEA的設(shè)置
打開 Settings –> Build-Execution-Deployment –> Compiler,將 Build project automatically.勾上。
4、點(diǎn)擊 Help –> Find Action…,或使用快捷鍵 Ctrl+Shift+A來(lái)打開 Registry…,將其中的compiler.automake.allow.when.app.running勾上。
5、重啟idea
完成上面的步驟就可以方便使用了。
見: http://www.qchcloud.cn/tn/article/24