Brief introduction
Honghu cloud clouds are encapsulated based on Springcloud and are an ordered collection of frameworks. The development of the spring boot model simplifies the development of distributed system infrastructures, such as service discovery, registration, Configuration center, message bus, load balancer, circuit breakers, data monitoring, and so on (here are just a few of the columns) that can be started and deployed with spring boot's development style. Honghu cloud Clouds combines today's more mature, proven service framework with a spring boot-style re-encapsulation that masks complex configuration and implementation principles, and ultimately integrates a simple, easy-to-deploy and maintainable Distributed system architecture platform.
Honghu Cloud Composition
Springcloud's sub-projects can be broadly divided into two categories:
One is the encapsulation and abstraction of the existing mature framework spring boot, and also the largest number of projects;
The second category is the development of a part of the Distributed system infrastructure implementation, such as Springcloud Stream is Kafka, activemq such role. The implementation of microservices by developers, the first type of sub-projects are sufficient to use, such as: Welcome to study the relevant technology to learn about the source of friends directly seeking exchange sharing technology: 2147775633
1. Springcloud Netflix
is a package of distributed service frameworks developed by Netflix, including discovery and registration of services, load balancing, circuit breakers, rest clients, request routing, and so on.
2. Springcloud Config
The configuration information is centrally saved and the configuration Springcloud bus can be configured to dynamically modify the configuration file.
3. Springcloud Bus
Distributed Message Queuing, which is the encapsulation of Kafka, MQ.
4. Springcloud Security
Package for spring security, and can be used with Netflix.
5. Springcloud Zookeeper
The encapsulation of the zookeeper makes it possible to configure the use of other Springcloud sub-projects.
6. Springcloud Eureka
Springcloud Eureka is part of the Springcloudnetflix MicroServices Suite, which has been based on Netflix Eureka two times and is primarily responsible for service governance capabilities in the MicroServices architecture.
Honghu Cloud Future
Springcloud provides distributed infrastructure solutions for future Internet companies. At the same time, with the popularity of micro-service architecture and Docker container concept in recent years, Springcloud will have a place in the future more and more "cloud" software development style, especially in the current variety of distributed solutions to provide a standardized, full-site technology solutions, Effectively promote the service-side software system technology upgrading.
More detailed source code reference: http://minglisoft.cn/honghu/technology.html
Spring Cloud-honghu Cloud distributed micro-service clouds system (i)