Zipkin服务器
Zipkin服务器
EurekaServer服务注册中心学习
eureka服务提供者学习,可以启动多个一样的服务(可以打包多次执行,或拷贝多份代码),仅仅端口号不同
配置中心,配置内容来自数据库或本地的配置文件
模拟作为Eureka服务端,接收所有请求,然后把请求转发到其它Http服务端,如moco或postman。
wiremock模拟Web服务器,结合Spring Boot 模拟Eureka服务器,应用启动时,会开启两个服务,一个是Spring Boot Web服务,一个是wiremock服务,Spring Boot Web服务会到注册中心注册,收到请求后,再调用wiremock服务模拟返回结果。博客:http://blog.csdn.net/wudiyong22/article/details/78922238
Contributions last year: 45
Max continuous contributions: 4
Recent contributions: 1
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.