Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellokaton/spring-boot-examples
🕷 spring boot and spring cloud examples
https://github.com/hellokaton/spring-boot-examples
microservice spring-boot spring-core
Last synced: 2 months ago
JSON representation
🕷 spring boot and spring cloud examples
- Host: GitHub
- URL: https://github.com/hellokaton/spring-boot-examples
- Owner: hellokaton
- Created: 2017-03-25T17:54:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T16:33:11.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T16:49:21.115Z (3 months ago)
- Topics: microservice, spring-boot, spring-core
- Language: Java
- Homepage:
- Size: 133 KB
- Stars: 20
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list-microservice - spring-boot-examples
README
# spring-boot-examples
该项目是我在学习和使用SpringBoot过程中写的一些示例程序,根据企业级需求定制。以下是涉及到的技术栈,顺序不固定。
1. [Hello SpringBoot](/hello-world)
2. [日志配置](spring-boot-logging)
3. [模板引擎/JSP配置](/mvc-templates)
4. [拦截器配置](/mvc-interceptor)
5. [全局异常处理](/mvc-exception)
6. [国际化处理](/mvc-i18n)
7. [数据源配置](/db-datasource)
8. [事务管理](/db-transaction)
10. [配置中心管理](/spring-boot-config)
11. [ORM(Mybatis/JPA)](/db-orm)
12. [NOSQL使用(Redis/Mongo)](/db-nosql)
13. [分布式Session](/spring-boot-session)
14. [服务注册发现(Eureka/Consul)](/microservice-spring-cloud)
14. [服务负载均衡(Ribbon/Feign/Zuul)](/microservice-spring-cloud)
15. [服务熔断](/microservice-spring-cloud)
17. [任务调度](/spring-boot-schedule)
18. [消息队列](/)
19. 权限控制(Apache Shiro/Spring Security)
20. OAuth认证
21. Swagger API文档集成
22. 集成缓存