https://github.com/zhoutaoo/article
前端、后端、架构、测试相关的文章
https://github.com/zhoutaoo/article
backend java test
Last synced: 8 months ago
JSON representation
前端、后端、架构、测试相关的文章
- Host: GitHub
- URL: https://github.com/zhoutaoo/article
- Owner: zhoutaoo
- Created: 2018-07-14T03:19:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T09:30:54.000Z (over 5 years ago)
- Last Synced: 2025-04-02T23:51:11.317Z (about 1 year ago)
- Topics: backend, java, test
- Homepage:
- Size: 9.76 MB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
目录
-----
## 后端
1. [微服务简介](backend/microservice/microservices.md)
2. [SpringCloud打造微服务平台--概览](backend/springcloud/spring-cloud.md)
3. [SpringCloud打造微服务平台--动手](backend/springcloud/spring-cloud-quickstart.md)
4. [springboot注解方式使用redis缓存](https://segmentfault.com/a/1190000015632570)
## 前端
1. [利用html5的postmessage解决iframe跨域问题的库cross-domain.js,使用超简单](https://segmentfault.com/a/1190000015435530)
## 架构
1. [Mac下使用ABTestingGateway快速搭建灰度网关](https://segmentfault.com/a/1190000015637357)
## 测试
1. [Java单元测试入门](https://segmentfault.com/a/1190000015421734)
2. [基于Feign的微服务调用之契约测试 Spring Cloud Contract](https://segmentfault.com/a/1190000015555626)