IP屬地:江蘇
快速創(chuàng)建archetypeCatalog=internal 創(chuàng)建java包寫java代碼
vo/AjaxResult public class AjaxResult { private int status; private St...
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//myba...
包結構 數(shù)據(jù)庫表 創(chuàng)建 pom.xml <dependency> <groupId>mysql</groupId> mysql-con...
<dependency> <groupId>com.github.pagehelper</groupId> pagehelper-sp...
pom.xml <dependency> <groupId>mysql</groupId> mysql-connector-java ...
pom.xml <dependency> <groupId>io.springfox</groupId> springfox-swag...
Mysql給date賦予當前時間 NOW()INSERT INTO stu(stu_id,stu_name,stu_birthday) VALU...