springBoot+mybais+mysql簡單使用

1.環境準備 JDK1.8 、IDEA2018 、 Mysql8.0.15 2.新建一個數據庫 創建數據庫 create database testmybatis; 創建表 use testmybatis; CREATE TABLE category_ ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(30), PRIMARY KEY
相關文章
相關標籤/搜索