1、安装
2、maven配置
个人笔记
3、权限模板引擎
shiro
4、模板引擎
themleaf 或 freemark
themleaf
Thymeleaf入门(一)——入门与基本概述
5、常用前端框架
Table:
BootstrapTable官网
BootstrapTable中文
https://www.jianshu.com/p/b5ca011a0d9c
https://blog.csdn.net/s_clifftop/article/details/77937356
https://www.cnblogs.com/wdlhao/p/6694083.html
Validate:
jQuery Validate
弹出层:
layui
6、数据库管理
navicat
7、mybatis自动生成工具
mybatis-generator-gui
链接: https://pan.baidu.com/s/1N7RzbKEplh0udv_u1oXrFw
提取码: ruwt
8、mybatis-plus
9、layui
9.1 使用中的bug
1、提交form表单刷新页面
解决:
查询按钮加上这个属性 type=”button”,如果不加就变成提交表单的按钮了1
<button type="button"></button>