今天跟大家分享的是,基于Springboot的快速入門CRM專案
技術選型
后臺:Springboot+ mybatis + mysql ?前端:layui+thymeleaf n layui 第三方的前端框架,把 CSS/JS/HTML 已經打包好,我們直接用n Thymeleaf 類似于 JSP,Freemaker 模板引擎,也有自己運算式?開發工具:jdk1.8 +
專案筆記
整合layui的后臺管理頁面
1.下載layui資源包
2.把https://www.layui.com/demo/layuiAdmin.html的原始碼copy到index.html
3.匯入layui資源
4.修改index.html的css/js的參考路徑
1.宣告頁面支持thymeleaf模型引擎
<htmlxmlns:th="http://www.thymeleaf.org">
2.使用thymeleaf的方式去訪問資源路徑
th:href="@{/a/b/c.css}"
資料表格
1.copy原始碼
2.修改js/css的訪問路徑
系統的截圖如下所示:






關注我,添加助理VX:MXW5308 即可免費獲取SpringBoot教程專案+原始碼
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/198272.html
標籤:AI
上一篇:SpringMVC學習指南(2)
下一篇:elementUI學習筆記(一)
