Topic: "springdoc-openapi"
xiaoymin/knife4j
Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution
Language: HTML - Size: 108 MB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 4,279 - Forks: 629

springdoc/springdoc-openapi
Library for OpenAPI 3 with spring-boot
Language: Java - Size: 9.81 MB - Last synced at: 1 day ago - Pushed at: 16 days ago - Stars: 3,417 - Forks: 523

ivangfr/springboot-react-keycloak
The goal of this project is to secure movies-app using Keycloak (with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a React application called movies-ui.
Language: JavaScript - Size: 49.3 MB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 437 - Forks: 168

ivangfr/springboot-react-social-login
The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a font-end React application called movie-ui. Additionally, we will use OAuth2 (Social Login) to secure both applications.
Language: Java - Size: 17 MB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 180 - Forks: 50

ivangfr/springboot-react-jwt-token
The goal of this project is to implement an application called order-app to manage orders. For it, we will implement a back-end Spring Boot application called order-api and a font-end React application called order-ui. Besides, we will use JWT Authentication to secure both applications.
Language: Java - Size: 7.7 MB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 169 - Forks: 54

ivangfr/springboot-keycloak-openldap
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.
Language: Java - Size: 3.5 MB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 159 - Forks: 69

ericus20/spring-boot-starter
A highly opinionated and complete template for Spring Boot projects ready for production
Language: Java - Size: 44.1 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 140 - Forks: 38

ivangfr/springboot-kafka-connect-jdbc-streams
Project goal: Explore Kafka, Kafka Connect, and Kafka Streams. Components: store-api: Inserts/updates MySQL records. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors: Listen to Kafka, insert/update Elasticsearch docs. store-streams: Listens to Kafka, processes with Kafka Streams, pushes new messages to Kafka.
Language: Java - Size: 283 MB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 113 - Forks: 72

ivangfr/springboot-react-basic-auth
The goal of this project is to implement an application called book-app to manage books. For it, we will implement a back-end Spring Boot application called book-api and a font-end React application called book-ui. Besides, we will use Basic Authentication to secure both applications.
Language: Java - Size: 14.4 MB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 96 - Forks: 26

ivangfr/spring-cloud-stream-kafka-elasticsearch
The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.
Language: Java - Size: 19.6 MB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 95 - Forks: 51

ivangfr/springboot-kafka-connect-debezium-ksqldb
Experiment with Kafka, Debezium, and ksqlDB. research-service: Performs MySQL record manipulation. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors and kafka-research-consumer: Listen to Kafka, insert/update Elasticsearch. ksqlDB-Server: Listens to Kafka, performs joins, and pushes new messages to new Kafka topics.
Language: Java - Size: 211 MB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 84 - Forks: 47

ivangfr/springboot-kafka-websocket
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 listens to these changes and updates a real-time UI. The bitcoin-client UI is secured using Basic Authentication.
Language: Java - Size: 20.4 MB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 62 - Forks: 34

ivangfr/springboot-keycloak-mongodb-testcontainers
The goals of this project are to: 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 utilities and annotations that Spring Boot provides for testing applications.
Language: Java - Size: 1.29 MB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 38 - Forks: 22

ivangfr/springboot-ldap-testcontainers
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 integration testing.
Language: Java - Size: 1.92 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 36 - Forks: 28

ivangfr/axon-springboot-websocket
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 with CQRS and Event Sourcing, utilizing the Axon Framework. They connect to axon-server, which serves as the Event Store and Message Routing solution.
Language: Java - Size: 9.81 MB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 35 - Forks: 11

bezkoder/spring-boot-swagger-3-example
Spring Boot and Swagger 3 example - configuration for API description / response example - Swagger annotations with OpenAPI 3
Language: Java - Size: 62.5 KB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 35 - Forks: 33

ivangfr/spring-data-jpa-relationships
The goal of this project is to study the JPA relationships: one-to-one, one-to-many / many-to-one, and many-to-many.
Language: Java - Size: 313 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 32 - Forks: 16

pmoustopoulos/department-api
A Spring Boot 3 RESTful API for managing departments and employees. Features include CRUD operations, Excel/PDF reporting with JasperReport, async email sending with Thymeleaf, Dockerized PostgreSQL, and database migrations with Flyway. Enhanced with Swagger documentation, and tested using JUnit 5, Mockito, and Testcontainers.
Language: Java - Size: 3.98 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 30 - Forks: 8

ivangfr/spring-webflux-reactive-databases
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-shell, and use reactive NoSQL database like Cassandra, MongoDB, Postgres and MySQL.
Language: Java - Size: 3.44 MB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 28 - Forks: 18

ivangfr/spring-cloud-stream-event-sourcing-testcontainers
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 implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.
Language: Java - Size: 6.51 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 27 - Forks: 24

ivangfr/springboot-graphql-databases
The goal of this project is to explore GraphQL. For it, we will implement two microservices: author-book-api and book-review-api.
Language: Java - Size: 1.22 MB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 27 - Forks: 25

ivangfr/springboot-vault-examples
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 credentials for accessing databases and relies on Consul as the backend. The authentication method employed in Vault is AppRole.
Language: Java - Size: 1.51 MB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 24 - Forks: 12

ivangfr/ethereum-springboot-react
Goals: Implement an Ethereum Smart Contract called SoccerManager and deploy it to Ethereum Blockchain running locally; Implement 2 Spring Boot BE applications, ethereum-api and player-api, that uses Web3j to communicate with Ethereum blockchain; Implement 2 React FE applications, ethereum-ui and player-ui, that communicate to their respective BE.
Language: Java - Size: 2.52 MB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 17

ivangfr/https-springboot-react
The goal of this project is to play with HTTPS and enable it in Spring Boot applications. For it, we will implement a Spring Boot Rest API that will have its endpoints ready to accept and server over HTTPS. Furthermore, a Spring Boot Shell Java application and a Frontend React application will be implemented to consume movies-api.
Language: Java - Size: 5.53 MB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 17 - Forks: 9

ivangfr/springboot-elasticsearch-thymeleaf
The goal of this project is to implement an application called product-app. It consists of two Spring Boot services: product-api (backend) and product-ui (frontend). Data will be stored in Elasticsearch
Language: Java - Size: 13.5 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 16 - Forks: 15

ivangfr/springboot-aws-localstack-dynamodb-lambda-sns-sqs
In this project, we will use LocalStack to locally simulate some services provided by AWS Cloud such as: DynamoDB, Lambda, SNS and SQS. Additionally, to simplify the use of AWS managed services, we will use Spring Cloud AWS.
Language: Java - Size: 14.5 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 16 - Forks: 7

ben-jamin-chen/kafka-streams-redis-statestore
A demo project demonstrating how to read and write data into a Redis-backed state store using Kafka Streams.
Language: Java - Size: 75.2 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 13 - Forks: 6

ivangfr/okta-springboot-react
The goal of this project is to implement an application where a user can manage (create/read/update/delete) jobs. For it, we will create: a backend Restful API called jobs-api and a frontend user interface called jobs-ui. Furthermore, we will use Okta to secure the complete application.
Language: JavaScript - Size: 99.3 MB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 12 - Forks: 10

ben-jamin-chen/springboot-kafka-streams-rest-api
A sample RESTful API with Kafka Streams (2.6.0) using Spring Boot (2.3.3) and Java 14.
Language: Java - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 8

ivangfr/springboot-aws-localstack-opensearch-s3-secretsmanager
In this project, we will use LocalStack to locally simulate some services provided by AWS Cloud such as OpenSearch, S3, and Secrets Manager. Additionally, to simplify the use of AWS managed services, we will use Spring Cloud AWS.
Language: Java - Size: 20.2 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 11 - Forks: 6

ivangfr/springboot-jpa-studies
The goal of this project is to study JPA Batch Processing (i.e, insert / update / delete a set of records in a single command) and JPA Locking.
Language: Java - Size: 745 KB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 11 - Forks: 9

musabbozkurt/inventory-management-service
PostgreSQL, Zipkin, Prometheus, Grafana, Redis, Kafka and New Relic Integrations with Spring Boot 3, Java 21, and Docker. Integration Tests with Testcontainers for Controller. Unit Tests for Service, and Mapper with Junit 5, and Mockito
Language: Java - Size: 151 KB - Last synced at: 15 days ago - Pushed at: 8 months ago - Stars: 8 - Forks: 3

KhaledAshrafH/HotelHub
HotelHub is an advanced hotel booking management system designed to facilitate seamless booking of accommodations and event spaces. This web application aims to simplify the hotel management process by providing distinct functionalities for various user roles including Guests, Admins, and Staff.
Language: Java - Size: 521 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 7 - Forks: 3

eliezerjg/Business-System-Shell
An entire Java / Spring start for your project with User, Login, Spring Security, OpenAPI documentation and Cloudflare Protection.
Language: Java - Size: 120 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

ivangfr/springboot-gmail 📦
The goal of this project is to implement a simple Spring Boot Web Java application that communicates with a GMail inbox account using GMail API.
Language: Java - Size: 490 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 5

simplesolutiondev/spring-boot-api-doc
Spring Boot RESTful API Documentation with OpenAPI 3.0 and Swagger-UI using springdoc-openapi
Language: Java - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 1

ben-jamin-chen/springboot-swagger-rest-api
A sample RESTful API using Spring Boot (2.3.2) and Java 14 with Swagger enabled.
Language: Java - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 6

ivangfr/springboot-caching-neo4j
The goal of this project is to explore how caching works. To achieve this, we will implement a simple Spring Boot application called "restaurant-api." We will use Neo4j for storage and select one of the following solutions (Simple, Caffeine, or Redis) for caching.
Language: Java - Size: 2.26 MB - Last synced at: 13 days ago - Pushed at: 27 days ago - Stars: 5 - Forks: 7

gigi/gigi-spring-rest-skeleton
❤️🔥 Spring Boot 3 template project pre-configured with REST API, PostgreSQL, static analysis tools and testing environment.
Language: Java - Size: 1.13 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 3

urls/url-shortener
A modern, minimalist, and lightweight URL shortener.
Language: Java - Size: 2.71 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 4

makiftutuncu/exchange
REST API providing exchange rates and conversions
Language: Java - Size: 231 KB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 4 - Forks: 2

mtpontes/microservices-store
A e-commerce application based on distributed microservices
Language: Java - Size: 872 KB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

nasrmohammad4804/springboot-microservice
spring-boot-ecommerce-microservice-application
Language: Java - Size: 222 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 5

ivangfr/springboot-testing-mysql
Goals: 1) Create a simple Spring Boot application to manage users; 2) Explore the utilities and annotations that Spring Boot provides for testing; 3) Test using Testcontainers.
Language: Java - Size: 1.03 MB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 7

SaltyNote/saltynote-service 📦
The RESTful API backend service for SaltyNote
Language: Java - Size: 4.65 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

jorgebsa/spring-demo 📦
Demo microservice implemented with Spring Boot, showcasing tools such as Gradle, JaCoCo, Testcontainers and others
Language: Java - Size: 240 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

musabbozkurt/oauth2-authorization-server
OAuth2 Authorization Server with Spring Boot 3 and Java 23
Language: Java - Size: 5.19 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1

GlobeDaBoarder/openapi-generator-wrong-response-body-bug-demo
This repository is created to showcase a bug in the OpenAPI generator for Spring. The bug appears when using multiple HTTP response codes, of which not all are with response bodies. Response codes that were specified in the OpenAPI spec to not have any response body will still have response bodies from previous HTTP responses in Swagger UI
Language: Mustache - Size: 77.1 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

davorpa/musical-surveyor-springboot-api
Spring Boot API for managing music preferences of the audience within the context of a radio station
Language: Java - Size: 14.5 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

dino9527/spring-boot-tus
TUS协议服务端实现
Language: Java - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

tdilber/grpc-swagger-springdoc-openapi
Debugging gRPC clients with swagger-ui on Spring Boot 3.
Language: Java - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

GilbertHofstaetter/spring-boot-oauth2-resource-server-client
Demo project for keycloak integration as an authorisation server in a spring boot resource server and client with rbac and scopes authorisation based on spring security + Docker
Language: Java - Size: 6.73 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

zeta-oss/swagger2springdoc
Swagger to Springdoc Annotation Generator
Language: JavaScript - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

KVostok/RestaurantVotingApplication
A voting system for deciding where to have lunch. Migration of project "Restaurant Rating System" on Spring Boot.
Language: Java - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

stephan-mueller/spring-showcase
Spring showcase
Language: Java - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

rvbabilonia/mood-tracker
Track your mood for the day.
Language: Java - Size: 193 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

musabbozkurt/stock-exchange-service
PostgreSQL, Zipkin, Prometheus, Grafana, and Redis Integrations with Spring Boot 3, Java 21, and Docker. Integration Tests with Testcontainers for Controller. Unit Tests for Service, and Mapper with Junit 5, and Mockito
Language: Java - Size: 70.3 KB - Last synced at: 18 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

caiofrz/register_app
API REST de cadastro de usuário, com autenticação simples
Language: Java - Size: 111 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

navikt/bidrag-dokument-dto
Data transfer objects in kotlin for bidrag-dokument
Language: Kotlin - Size: 732 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ivangfr/springboot-jsoup-html-parser 📦
The goal of this project is to get a list of games and their scores from a website. The application must parse the website HTML content, get the necessary information, save the game score data in a database and expose them through a REST API.
Language: HTML - Size: 593 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 7

Miller1995/DealershipApp
Build a web application for a car dealership that allows customers to search for cars, add them to their cart, and purchase them.
Language: Java - Size: 126 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

JavaChinna/spring-boot-oauth2-jwt
Secure REST API with OAuth2 JWT Authentication
Language: Java - Size: 334 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 3

andersonhsporto/people-api
API REST ( spring ) para gerenciamento de pessoas e seus respectivos endereços
Language: Java - Size: 142 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

devrishal/weather-forecast
Weather Forecast service
Language: Java - Size: 237 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

tdilber/swagger-aggregator-springdoc-openapi
Collecting all swagger yaml's and merge and serving merged swagger docs with swagger-ui.
Language: Java - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Isakots/spring-hexagonal-architecture-template
Spring Boot backend application template with Hexagonal architecture
Language: Java - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

lauratrigo/To-do_List_API
To-Do List API é uma API para gerenciar tarefas (CRUD), desenvolvida como parte do desafio de vaga para pessoas desenvolvedoras backend júnior. Utiliza Spring Boot, Spring Data JPA e MySQL.📋
Language: Java - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

gilsonkedson/task-manager
Language: Java - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ercancelikbusiness/northwind
Spring Boot tabanlı RESTful API uygulamasıdır. Detaylı Tanıtım için README dosyasındaki PDF'i indirin...
Language: Java - Size: 1.53 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

JohnUfo/quizlet_clone
Quizlet Clone is a full-stack web application inspired by Quizlet, designed to help users create, manage, and study flashcards. It allows users to create card sets, request access to shared sets, and manage their study materials securely
Language: HTML - Size: 55.3 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

prajakta-3-patil/bookshelf
bookshelf is a Spring Boot project exposing REST endpoints for book exchange platform backend. It exposes APIs for Book and User entities performing CRUD operations using spring-data-jpa with oracle database. Springdoc-openapi (Swagger2) has been integrated for documentation and testing.
Language: Java - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

todofixme/openapi-showcases
How different OpenAPI generators might help to build stable REST APIs.
Language: Java - Size: 139 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

faizakram/QuickStartSpringBoot
This documentation enhancement includes SMTP email integration, Swagger API documentation via SpringDoc OpenAPI 3, a dynamic scheduler with task locking, asynchronous file handling using S3AsyncClient, and comprehensive S3 bucket management with file operations.
Language: Java - Size: 141 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

joche-dev/challenge-forohub
Este proyecto es una API RESTful que implementa un CRUD para la gestión de tópicos, con persistencia de datos en MySQL.
Language: Java - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

DaniilDDDDD/cloud_file_storage
Cloud File Storage built with Spring Boot Framework and using PostgreSQL as database engine.
Language: Java - Size: 349 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

mtpontes/task-organizer-api
Clean Architecture demonstrate a complete application with SpringBoot and MongoDB
Language: Java - Size: 161 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

chiqors/spring-boot-microservices
Spring Boot Microservices for Practice with Modern Tech Stack and Java 21
Language: Java - Size: 401 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

NavjotSRakhra/EventManagementPlatform
Event management platform to notify about events along with the event day, time and location
Language: Java - Size: 539 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

khoahd7621/fys
🛍️ A website to manage, buy and sell clothes 🛍️
Language: JavaScript - Size: 13.3 MB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

nathsagar96/word-smith
WordSmith is a Blog Application using Spring Boot 3
Language: Java - Size: 151 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

nathsagar96/reddit-boot-backend
Reddit Application Backend using Spring Boot 3
Language: Java - Size: 50.8 KB - Last synced at: 19 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

sushnag22/weather-info
Spring Boot REST API application to fetch the weather info for a given date and pincode
Language: Java - Size: 62.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

lucasmoraist/spring-boot-swagger
Este projeto ilustra a implementação do Swagger em uma aplicação Spring Boot para um CRUD de gerenciamento de pessoas. O foco é mostrar como as anotações do Swagger melhoram a documentação da API, facilitando o entendimento dos endpoints e suas interações.
Language: Java - Size: 24.4 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

nathsagar96/insurespring
Insurance Management Platform in Spring Boot 3
Language: Java - Size: 75.2 KB - Last synced at: 30 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Hamza-Azeem/E-Commerce-System
An E-commerce application built with Java, Spring Boot and Maven. This RESTful service offers a variety of features, including product browsing, cart creation, adding items to carts, applying vouchers for discounts and more. Designed to enhance the user experience with efficient product management and shopping functionalities.
Language: Java - Size: 214 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ashutoshsahoo/gs-spring-boot-circuitbreaker-resilience4j
Spring Boot 3 with Resilience4j
Language: Java - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

reynaldo-hendson/Teste_Desenvolvedor_Backend
Teste Desenvolvedor Backend
Language: Java - Size: 3.13 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ChangSol/blog-search-server
블로그 검색 서비스 서버입니다.😁
Language: Java - Size: 51.5 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

KarlaSilvaDev/voll.med
The Voll.Med API is a medical appointment scheduling system that aims to connect patients and doctors, facilitating access to healthcare.
Language: Java - Size: 102 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

iggyzxc/spend-wise
spring boot expense tracker
Language: Java - Size: 87.9 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

erkcgn/info-equipos
Desarrollo de una API para gestionar información de equipos de fútbol.
Language: Java - Size: 107 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fluidnotions/jpa-rest-experiments
Exploring code reduction with exposing REST endpoints based on jpa. search-generic-criteria-controller exposes a generic search endpoint for all entities. auto generated swagger api docs.
Language: Java - Size: 113 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Eriklps/place-service
API to manage places (CRUD) using Spring Reactive.
Language: Java - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

musabbozkurt/brokerage-provider
PostgreSQL, Kafka, Zipkin, Prometheus, Grafana, and Redis Integrations with Spring Boot 3, Java 21 and Docker. Integration Tests with Testcontainers for Controller. Unit Tests for Controller, Service, and Mapper with Junit 5, and Mockito
Language: Java - Size: 95.7 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Lordbear117/api-inventario-springboot
API de manejo de inventario de productos tecnológicos realizada con Java Springboot.
Language: Java - Size: 114 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Ranajaafar/library-management-system
A coding Assessment at Maids.cc
Language: Java - Size: 196 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MateoRodriguez0/Springdoc-OpenApi-swagger
learning swagger with spring boot 3.2
Language: Java - Size: 73.2 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pcalouche/spring-elixir
Example Spring Boot library using Auto-configuration
Language: Java - Size: 148 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Robson-Teixeira/java-spring-boot-3-III-clinic-manager
Repositório do curso Jornada do Conhecimento de Back-End Java (Nível Avançado) - Spring Boot 3: documente, teste e prepare uma API para o deploy da plataforma Alura.
Language: Java - Size: 77.1 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jactor-rises/jactor-modules
Playground for devops, TDD, Gradle, Cucumber ++
Language: Kotlin - Size: 6.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
