- springboot-email
- springboot-quartz
- springboot-example
- springboot-dubbo-provider
- springboot-dubbo-consumer
- springboot-dubbo-api
- springboot-rabbitmq
springboot学习
- springboot-study 这是springboot学习的父项目,pom文件中采用import的方式导入的springboot依赖,从而解决了直接使用spring-boot-starter-parent作为父项目的问题,这种方式更加符合我们企业中的项目开发
- tyrone-springboot-quickstart-withoutparent 这个springboot的入门示例,继承自springboot-study这个项目。
- tyrone-springboot-integrate-mybatis 这是springboot整合MyBatis的示例
- tyrone-springboot-hotdeploy-devtools 这是关于springboot热部署的示例
- tyrone-springboot-integrate-view 这是关于springboot整合视图层的demo,包括Freemarker, thymeleaf
- tyrone-springboot-integrate-thymeleaf3 这是关于springboot整合模板引擎thymeleaf3的demo
- tyrone-springboot-integrate-redis 这是springboot整合redis的demo
- tyrone-springboot-integrate-h2 springboot整合h2的demo,目前测试有没有成功,有待改进
- tyrone-springboot-redis-message 这是springboot与redis发布订阅的demo