spring-anything项目追求简单快捷、开箱即用的原则,致力于打造Spring全系列教程,并结合当前热门、实用的技术进行集成。如有错误,欢迎大家指正!
GitHub地址 | Gitee地址 | 个人博客 | 维护者
注意:大部分 module 均依赖 spring-anything-common,是 master 分支的公共基础类,包含实体类、DTO等,请先看该 module。
本项目 master 分支模块说明:
-
spring-xxx:Spring Framework 框架通过 XML 或 注解的方式集成 Hibernate、Mybatis 等常用技术,快速入门。
-
spring-boot-xxx:结合当下热门实用技术,通过示例可以快速掌握 Spring Boot 各组件的使用。
-
spring-cloud-xxx:微服务 Spring Cloud 各个组件(服务注册、服务发现、配置中心、消息总线、负载均衡、断路器、数据监控等)快速入门示例,并且可以利用 Spring Boot 的开发风格做到一键启动和部署,巧妙地简化了分布式系统基础设施的开发。在这里你可以快速入门。
-
spring-security-xxx:Spring Security 常用技术使用示例。
相关专题文章持续更新中...
下载spring-anything项目。
git clone [email protected]:chloneda/spring-anything.git
下载指定分支。
git clone -b 分支名 仓库地址
如下载 spring-boot 分支,使用如下命令:
git clone -b spring-boot [email protected]:chloneda/spring-anything.git