jib topic

List jib repositories

springboot-keycloak-openldap

139
Stars
66
Forks
Watchers

The goal of this project is to create a simple Spring Boot REST API, called simple-service, and secure it with Keycloak. Furthermore, the API users will be loaded into Keycloak from OpenLDAP server.

springboot-ldap-testcontainers

32
Stars
27
Forks
Watchers

The goal of this project is to create a simple Spring Boot REST API, named 'simple-service,' and secure it using the Spring Security LDAP module. Additionally, Testcontainers will be utilized for inte...

Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will impl...

springboot-elk-prometheus-grafana

48
Stars
40
Forks
Watchers

The goal of this project is to implement a Spring Boot application, called movies-api, and use Filebeat & ELK Stack (Elasticsearch, Logstash and Kibana) to collect and visualize application's logs and...

springboot-kafka-websocket

40
Stars
28
Forks
Watchers

The goal of this project is to implement two Spring Boot applications: bitcoin-api and bitcoin-client. The bitcoin-api application simulates BTC price changes, while the bitcoin-client application lis...

The goals of this project are: 1) Create a Spring Boot application that manages books, called book-service; 2) Use Keycloak as OpenID Connect Provider; 3) Test using Testcontainers; 4) Explore the uti...

Solidvessel

24
Stars
4
Forks
Watchers

A shopping application designed with microservices architecture

springboot-vault-examples

18
Stars
10
Forks
Watchers

The goal of this project is to explore the capabilities of Vault. To achieve this, we will develop applications that utilize Vault for storing and retrieving secrets. Vault dynamically generates crede...

axon-springboot-websocket

27
Stars
10
Forks
Watchers

The goal is to explore Axon. We will develop a food-ordering app comprising 3 Spring Boot applications: customer-service, restaurant-service, and food-ordering-service. These services are implemented...

spring-webflux-reactive-databases

23
Stars
14
Forks
Watchers

The goal of this project is to play with Spring WebFlux on client and server side. For it, we will implement some Spring Boot Java Web applications, product-api, customer-api, order-api and client-she...