TW511教學網
全部教學
技術文章
技術文章
»
SpringBoot整合MyBatis-Plus
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