diff --git a/README.md b/README.md index 32cf53d..ad7cc3e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ springBoot-study 是本人在学习SpringBoot的一些工程! - [springboot-hello](https://github.com/xuwujing/springBoot-study/tree/master/springboot-mutil-datasource):SpringBoot 的 Hello World 版本。 启动程序,然后在浏览器输入`http://localhost:8080//hello`,即可查看相关信息。 +- [springboot-demo](https://github.com/xuwujing/springBoot-study/tree/master/springboot-demo):SpringBoot的demo项目,结合了IDEA的EasyCode插件快速实现基本的CRUD功能开发。 + - [springboot-config](https://github.com/xuwujing/springBoot-study/tree/master/springboot-config): SpringBoot自定义配置获取,过滤器以及拦截器的使用版本。 - [springboot-restful](https://github.com/xuwujing/springBoot-study/tree/master/springboot-restful):SpringBoot整合Mybatis,并实现的Restful风格的服务,以及对MySql的CRUD版本。