SpringBoot整合MyBatis-Plus

2020-10-02 12:00:31

一:SpringBoot整合MyBatis

在這裡插入圖片描述

1. MySQL

CREATE TABLE `tbl_order` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_no