原创 MyBatis學習筆記---入門

MyBatis學習筆記 一、數據庫與數據表的創建 1.創建數據庫 create database thymeleaf; use thymeleaf; 2.創建數據表 create table tb_user( -> id int