# springBoot-study **Repository Path**: antims/springBoot-study ## Basic Information - **Project Name**: springBoot-study - **Description**: SpringBoot学习的相关工程。主要包括入门的Hello World、自定义配置、过滤器和拦截器、多数据源、Restful风格的服务、集成storm、kafka等相关技术。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 88 - **Created**: 2018-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## springBoot-study springBoot 学习的一些工程! [ GitHub工程地址](https://github.com/xuwujing/springBoot-study):https://github.com/xuwujing/springBoot-study [码云工程地址](https://gitee.com/XuWuJing/springBoot-study):https://gitee.com/XuWuJing/springBoot-study ## 工程说明 - [springboot-hello](https://github.com/xuwujing/springBoot-study/tree/master/springboot-mutil-datasource):SpringBoot 的 Hello World 版本。 - [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版本。 - [springboot-mutilDatasource](https://github.com/xuwujing/springBoot-study/tree/master/springboot-mutilDatasource):SpringBoot+Mybatis+ Druid+PageHelper实现多数据源并分页。 - [springboot-thymeleaf](https://github.com/xuwujing/springBoot-study/tree/master/springboot-thymeleaf):springboot整合thymeleaf,实现CRUD功能。 - [springboot-elasticsearch](https://github.com/xuwujing/springBoot-study/tree/master/springboot-elasticsearch):SpringBoot整合elasticsearch,实现全文搜索、精确搜索、区间查询、分页查询、权重查询,使用JestClient实现多版本的兼容。 - [springboot-kafka-storm](https://github.com/xuwujing/springBoot-study/tree/master/springboot-kafka-storm):SpringBoot集成kafka和Storm的版本。 - [springboot-summarizing](https://github.com/xuwujing/springBoot-study/tree/master/springboot-summarizing):SpringBoot的一个Web项目。目前正在开发! ## 文章列表 - [springBoot配置文件的读取以及过滤器和拦截器的使用](http://www.panchengming.com/2018/02/28/pancm73/) - [SpringBoot的Restful风格的服务](http://www.panchengming.com/2018/01/10/pancm67/) - [SpringBoot+Mybatis+ Druid+PageHelper实现多数据源并分页](http://www.panchengming.com/2018/04/27/pancm81/) - [SpringBoot整合ElasticSearch实现多版本的兼容](http://www.panchengming.com/2018/05/07/pancm82/)