第一阶段总结脑图(https://pan.wps.cn/l/sSkJaXozN)
1. java
1.1 spring boot框架
1.1.1 基于springboot框架项目的创建和pom.xml的简介
1.1.2 注解
1.1.3 和jpa整合
1.1.4 和mybatis整合
1.2 三层结构简述(controllor,service,mapper,entity)
1.3 单元测试(使用方法,mapper层的测试,service层的测试)
1.4 代码规范化
1.5 其他
1.5.1 循环
1.5.2 数组(一维数组,二维数组)
1.5.3 生成随机数
% 基于循环和随机数的数组运用%
1.5.4 异常处理
2. sql
2.1 数据库的一些概念
2.2 crud
2.3 多表连接查询
2.4 部分sql函数
%多表连接查询和部分sql函数的综合以及在mapper中的用法%
3. 其他工具
3.1 workbench
(参考:http://c.biancheng.net/view/2625.html)
3.2 postman(Postman用法提示)
(详细请参考:https://jingyan.baidu.com/article/b24f6c8278426986bfe5dafc.html
)
3.3 idea
(详细请参考:https://baike.baidu.com/item/IntelliJ%20IDEA/9548353?fromtitle=idea&fromid=1671803&fr=aladdin
)