USE `spring-boot-demo`; CREATE TABLE `t_user` ( id BIGINT AUTO_INCREMENT, username VARCHAR(30), PRIMARY KEY (id) ); INSERT t_user(username) VALUES ('xkcoding'); INSERT t_user(username) VALUES ('spring-boot-demo-test');
一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。