# spring-anything **Repository Path**: changkai09/spring-anything ## Basic Information - **Project Name**: spring-anything - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目简介 [spring-anything](https://github.com/chloneda/spring-anything)项目追求简单快捷、开箱即用的原则,致力于打造Spring全系列教程,并结合当前热门、实用的技术进行集成。如有错误,欢迎大家指正! [GitHub地址](https://github.com/chloneda/spring-anything) | [Gitee地址](https://gitee.com/chloneda/spring-anything) | [个人博客](https://chloneda.github.io/) | [维护者](https://github.com/chloneda/) # 模块说明 **注意:大部分 module 均依赖 [spring-anything-common](https://github.com/chloneda/spring-anything/tree/master/spring-anything-common),是 [master](https://github.com/chloneda/spring-anything/tree/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](https://github.com/chloneda/spring-anything)项目。 ``` git clone git@github.com:chloneda/spring-anything.git ``` 下载指定分支。 ``` git clone -b 分支名 仓库地址 如下载 spring-boot 分支,使用如下命令: git clone -b spring-boot git@github.com:chloneda/spring-anything.git ``` # 相关书籍 [Java Persistence with MyBatis 3](https://github.com/chloneda/magic-spring-boot/blob/master/resources/Java%20Persistence%20with%20MyBatis%203.pdf) [阿里巴巴JAVA开发手册](https://github.com/chloneda/magic-spring-boot/blob/master/resources/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4JAVA%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C.pdf)