Selected open source SpringBoot project quick start CRM project [notes + source code + documentation]

What I share with you today is a quick start CRM project based on Springboot

Technical selection

Backend: Springboot+ mybatis + mysql Ø Front end: layui+thymeleaf n layui Third-party front-end framework, CSS/JS/HTML has been packaged, we directly use n Thymeleaf similar to JSP, Freemaker template engine, also has its own expression Ø development tools : Jdk1.8 +

Project notes

Integrate layui's background management page

1. Download the layui resource package

2. Copy the source code of https://www.layui.com/demo/layuiAdmin.html to index.html

3. Import layui resources

4. Modify the css/js reference path of index.html

1. The statement page supports the thymeleaf model engine

<htmlxmlns:th="http://www.thymeleaf.org">

2. Use thymeleaf to access the resource path

th:href="@{/a/b/c.css}"

Data table

1.copy source code

2. Modify the access path of js/css

The screenshot of the system is as follows:

Follow me and add assistant VX: MXW5308 to get SpringBoot tutorial project + source code for free

 

Guess you like

Origin blog.csdn.net/weixin_45132238/article/details/109386170