- SSMyBatis Plus + BootStrapTable示例
- 新增Swagger整合测试
- 新增Redis测试
软件架构说明 Spring + SpringMVC + MyBatis Plus + Swagger + Redis
- 解压后执行src\main\resources\sql\MySQL.sql脚本创建数据库和表
- Redis测试需要自行安装Redis服务,启动服务,端口密码默认
- 正常启动即可
- 个人借鉴Mybatis Plus的Demo加入BootStrapTable整合SSM做的一个小Demo
- Swagger UI:http://localhost:8080/swagger-ui.html
- Swagger-UI-Layer:http://localhost:8080/docs.html
- Fork 本项目
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request