Repository navigation
configserver
- Website
- Wikipedia
集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用
Spring Boot Microservice Example(Eureka Server, Config Server, API Gateway, Services , RabbitMq, Keycloak)
Intuitive bash/shell script to setup and harden/configure cPanel CentOS/RHEL server with ConfigServer Firewall, MailManage, MailQueue, Malware Detect, ClamAV, mod_cloudflare, CloudFlare RailGun, and many more applications and security tweaks
Spring boot cloud series with latest technologies
ConfigServer Firewall (CSF) - new dark theme, setup guides, Docker and OpenVPN support. Constantly updated IP Blocklists (for any firewall, host file). Includes Traefik integration with Authentik and ip whitelisting middlewares.
Spring Boot Micro Services Sample with Service Discovery(Consul), Routing and Filtering(Zuul), Client-Side Load Balance(Ribbon)
A Distributed Configuration Service Based on gRPC
Demo of a Spring Cloud Config server that requires basic authentication. Clients read the credentials from vault and configure their config client by facilitating Spring Cloud Config's auto-discovery support.
"whitewalkers" project that is a monolithic web project was designed in "microservices" approach by me.
Spring Boot Microservices with Eureka server, Zuul Server with Config Server.
Juggler is an product which can hold and do ticketing feature for any event
Spring Microservice In Action 《마이크로서비스 인 액션》 Upgared Spring boot 3.1.5
a Microservices-based Social Networking Platform designed for exchanging books among members. It leverages Spring Boot for the backend and Angular for the frontend.
rabbitmq, activemq, soa, esb, architectural-patterns, software-architecture, messaging-services, esb-message-logging, kafka, microservices, microservices, cqrs, microservice, api-gateway, event-sourcing, configserver , service discovery, registry
Spring cloud config repo
config server written in python
centralized config service and automatic service registration、discovery based on zookeeper
Spring boot config server which provides configuration file to it's client based on profiles from configured config-repository...
Exercise of microservices. The exercise was developed following baeldungs spring cloud stutorial series at http://www.baeldung.com/spring-cloud-tutorial and covers the next tutorials >> Bootstrapping the Spring Cloud Application Here, we’re building a base we can use for building more complex applications. >> Spring Cloud Configuration A quick intro to using a git repository as a storage for our project configuration. >> Securing Spring Cloud Services We now have a cloud application with security around our services. Using Zuul and Spring Session we can log users in only one service and propagate that authentication to our entire application. >> Tracing Services with Zipkin Zipkin can provide us with much-needed information on where requests are spending their time. This can help us determine where things are slowing down and indicate what areas of our application need improvement. >> Spring Cloud – Adding Angular See how easy it’s to integrate a single page app into the system.