2021年10月2日

14-Restful Web Service

摘要: 1)是什么: 通信方式 信息传递 无状态 独立性 2)设计规范 : GET ->order/{id} -> /getOrder?id=100 POST ->order ->/saveOrder PUT - >order/{id} ->modiyOrder DELETE ->order/{id} -> 阅读全文

posted @ 2021-10-02 13:49 绝霸 阅读(22) 评论(0) 推荐(0) 编辑

2021年10月1日

13-通用Mapper使用方法

摘要: 阅读全文

posted @ 2021-10-01 16:28 绝霸 阅读(13) 评论(0) 推荐(0) 编辑

12-MyBatis逆向生成工具

摘要: 自动生成工具代码: 链接:https://pan.baidu.com/s/1b5xQRekY8AlUempOVaWodw 提取码:1111 使用: # 通用 Mapper 配置 mapper: mappers: com.imooc.my.mapper.MyMapper not-empty: fals 阅读全文

posted @ 2021-10-01 16:25 绝霸 阅读(94) 评论(0) 推荐(0) 编辑

11-HikariCP与MyBatis整合

摘要: <!--数据源--> <!-- mysql驱动 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.41</version> </dependency 阅读全文

posted @ 2021-10-01 05:02 绝霸 阅读(59) 评论(0) 推荐(0) 编辑

10-HikariCP数据源简述

摘要: 流行数据源: c3p0 dbcp2 tomcat vibur hikari druid(国内) 阅读全文

posted @ 2021-10-01 04:34 绝霸 阅读(38) 评论(0) 推荐(0) 编辑

2021年9月27日

9-SpringBoot自动装配简述

摘要: run方法 注解 阅读全文

posted @ 2021-09-27 06:12 绝霸 阅读(20) 评论(0) 推荐(0) 编辑

8-聚合工程整理SpringBoot

摘要: 1、标识为SpringBoot工程 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.5.RELEASE</ver 阅读全文

posted @ 2021-09-27 05:58 绝霸 阅读(37) 评论(0) 推荐(0) 编辑

2021年9月26日

7 建表语句&数据库物理外键移除原因

摘要: 数据库外键 1》性能影响 2》热更新 3》降低耦合度 4》数据分库分表 建表语句: 链接:https://pan.baidu.com/s/1FBst7e_zoe6J1EcpkRXMnw 提取码:111 阅读全文

posted @ 2021-09-26 21:02 绝霸 阅读(30) 评论(0) 推荐(0) 编辑

6 生产环境增量与全量脚本迭代

摘要: 阅读全文

posted @ 2021-09-26 20:43 绝霸 阅读(17) 评论(0) 推荐(0) 编辑

5 数据库建模工具PDMan

摘要: pdman: 链接:https://pan.baidu.com/s/1VFThlDMlZPnT2SeB0qc1HA 提取码:1111 mysql 链接:https://pan.baidu.com/s/1H3NGrRDyrzP3yAsu7Zs0RQ 提取码:1111 阅读全文

posted @ 2021-09-26 13:53 绝霸 阅读(340) 评论(0) 推荐(0) 编辑

导航