国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > Java > 正文

SpringBoot thymeleaf eclipse熱部署方案操作步驟

2024-07-14 08:43:52
字體:
來源:轉載
供稿:網友

網上找了好多的springboot熱部署方案,也嘗試了好幾種方法,下面是我的成功方案跟大家分享

操作步驟

1.pom中添加熱部署依賴

 <dependency>   <groupId>org.springframework.boot</groupId>       <artifactId>spring-boot-devtools</artifactId>       <optional>true</optional>     </dependency>    <dependency>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-starter-tomcat</artifactId> </dependency>

2.添加插件

<groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><configuration>  <fork>true</fork></configuration>

3.controller中添加后臺跳轉

 @RequestMapping(value = "/index",method = RequestMethod.GET)  public String hello(Model model) {    model.addAttribute("name", "Dear");    return "index";  }

4.index.html

<!DOCTYPE html><html xmlns:th="http://www.thymeleaf.org"><head>   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <title>神州泰岳征信系統</title></head><body>helloword!<p th:text="'Hello!, ' + ${name} + '!'" >3333</p>測試熱部署1111111</body></html>

5. thymeleaf:

    mode: HTML5    encoding: UTF-8    content-type: text/html   #開發時關閉緩存,不然沒法看到實時頁面    cache: false    cache-period: 0  template:      cache: false

6.開啟自動編譯功能

7.進行測試

總結

以上就是這篇文章的全部內容了,希望本文的內容對大家的學習或者工作具有一定的參考學習價值,謝謝大家對VeVb武林網的支持。


注:相關教程知識閱讀請移步到JAVA教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 九台市| 沙湾县| 时尚| 象山县| 镇赉县| 竹溪县| 文登市| 临西县| 溧阳市| 恩施市| 张家界市| 墨玉县| 商洛市| 阜康市| 图片| 从江县| 鄄城县| 阜城县| 丹凤县| 丰台区| 眉山市| 焉耆| 梁平县| 民和| 忻州市| 岢岚县| 延边| 沁水县| 星座| 宣威市| 会同县| 那坡县| 高唐县| 鹿泉市| 连山| 浮梁县| 赣州市| 庆云县| 大丰市| 滕州市| 大方县|