An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: springdoc-openapi

springdoc/springdoc-openapi

Library for OpenAPI 3 with spring-boot

Language: Java - Size: 9.77 MB - Last synced at: about 17 hours ago - Pushed at: 20 days ago - Stars: 3,440 - Forks: 528

nasrmohammad4804/springboot-microservice

spring-boot-ecommerce-microservice-application

Language: Java - Size: 222 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 43 - Forks: 26

musabbozkurt/oauth2-authorization-server

OAuth2 Authorization Server with Spring Boot 3 and Java 24

Language: Java - Size: 9.54 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 1

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.99 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 31 - Forks: 8

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: 11 days ago - Pushed at: about 1 month ago - Stars: 83 - Forks: 47

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: 11 days ago - Pushed at: about 1 month ago - Stars: 103 - Forks: 27

todofixme/openapi-showcases

How different OpenAPI generators might help to build stable REST APIs.

Language: Java - Size: 171 KB - Last synced at: about 20 hours ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

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: 13 days ago - Pushed at: about 1 month ago - Stars: 192 - Forks: 50

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: 12 days ago - Pushed at: about 1 month ago - Stars: 114 - Forks: 72

xiaoymin/knife4j

Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution

Language: HTML - Size: 108 MB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 4,312 - Forks: 638

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: 19 days ago - Pushed at: 19 days ago - Stars: 160 - Forks: 43

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: 13 days ago - Pushed at: about 1 month ago - Stars: 166 - Forks: 56

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.3 MB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 65 - Forks: 36

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.51 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 163 - Forks: 70

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: about 1 month ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 9

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: 21 days ago - Pushed at: about 1 month ago - Stars: 441 - Forks: 167

mtpontes/microservices-store

A e-commerce application based on distributed microservices

Language: Java - Size: 876 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

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: about 1 month ago - Pushed at: about 1 month ago - Stars: 35 - Forks: 11

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: about 1 month 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: 24 days ago - Pushed at: about 1 month ago - Stars: 37 - Forks: 27

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: about 1 month ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 7

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: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 7

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: about 2 months ago - Pushed at: about 2 months ago - Stars: 27 - Forks: 24

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: about 2 months ago - Pushed at: about 2 months ago - Stars: 16 - Forks: 15

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: about 2 months ago - Pushed at: about 2 months ago - Stars: 32 - Forks: 16

makiftutuncu/exchange

REST API providing exchange rates and conversions

Language: Java - Size: 282 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 4 - Forks: 2

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: about 2 months ago - Pushed at: 2 months ago - Stars: 28 - Forks: 18

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: about 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 7

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: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

gilsonkedson/task-manager

Language: Java - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 17

ercancelikbusiness/northwind

Spring Boot tabanlı RESTful API uygulamasıdır. Detaylı Tanıtım ve projeyi anlamak için README dosyasındaki PDF'i indirin...

Language: Java - Size: 1.53 MB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: 3 months ago - Stars: 11 - Forks: 6

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: about 2 months ago - Pushed at: 6 months ago - Stars: 27 - Forks: 25

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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: 6 months ago - Stars: 11 - Forks: 9

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: 11 days ago - Pushed at: 6 months ago - Stars: 95 - Forks: 51

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: about 1 month ago - Pushed at: 4 months ago - Stars: 7 - Forks: 3

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: about 1 month ago - Pushed at: about 2 years ago - Stars: 35 - Forks: 33

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: 3 months ago - Pushed at: 5 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: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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: 6 days ago - Pushed at: 6 months ago - Stars: 24 - Forks: 12

mtpontes/task-organizer-api

Clean Architecture demonstrate a complete application with SpringBoot and MongoDB

Language: Java - Size: 161 KB - Last synced at: 2 months ago - Pushed at: 5 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 3 hours ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

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: 8 days ago - Pushed at: 9 months ago - Stars: 8 - Forks: 3

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: about 2 months ago - Pushed at: 8 months ago - Stars: 12 - Forks: 10

khoahd7621/fys

🛍️ A website to manage, buy and sell clothes 🛍️

Language: JavaScript - Size: 13.3 MB - Last synced at: about 8 hours ago - Pushed at: 7 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: 3 months ago - Pushed at: 7 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: 3 months ago - Pushed at: 8 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: 2 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 months ago - Stars: 0 - 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: 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

nathsagar96/insurespring

Insurance Management Platform in Spring Boot 3

Language: Java - Size: 75.2 KB - Last synced at: 2 months ago - Pushed at: 8 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: 5 months ago - Pushed at: 5 months 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: 9 months ago - Pushed at: over 1 year 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: 9 months ago - Pushed at: 9 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: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

reynaldo-hendson/Teste_Desenvolvedor_Backend

Teste Desenvolvedor Backend

Language: Java - Size: 3.13 MB - Last synced at: 10 months ago - Pushed at: 10 months 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: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ChangSol/blog-search-server

블로그 검색 서비스 서버입니다.😁

Language: Java - Size: 51.5 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

urls/url-shortener

A modern, minimalist, and lightweight URL shortener.

Language: Java - Size: 2.71 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 4

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: 12 months ago - Pushed at: 12 months ago - Stars: 5 - Forks: 3

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: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 7

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: about 1 year ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 5

iggyzxc/spend-wise

spring boot expense tracker

Language: Java - Size: 87.9 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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

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

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: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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

Ranajaafar/library-management-system

A coding Assessment at Maids.cc

Language: Java - Size: 196 KB - Last synced at: over 1 year ago - Pushed at: over 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: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - 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

ramanks19/blog-application

A blog application

Language: Java - Size: 118 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

arun918kumar/SpringBoot_CRUD_CucumberDemo

A sample project to demonstrate the integration of springboot and cucumber framework

Language: HTML - Size: 618 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Fatemehjj/grocery-shop

simple spring boot web program with MySQL and Redis(as a cache)

Language: HTML - Size: 313 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - 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

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

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

Raijoia/springBoot-APIRest

Projeto desenvolvido no curso de Spring Boot 3: desenvolva uma API Rest em Java

Language: Java - Size: 129 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AdamHavlicek/spring-todo-ddd

Kotlin todo app created with spring framework

Language: Kotlin - Size: 167 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

les-projets-cagnottes/core

Les Projets Cagnottes - Main API Component

Language: Java - Size: 1.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

GiuliaMarcela/challenge-school

Desenvolvimento de uma API para cálculo de média, cadastro de gabaritos e provas.

Language: Java - Size: 39.9 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RaisedEel/food-app-manager-api

Food App Manager API streamlines user and restaurant management on a food platform. It caters to customers and owners, with features like subscriptions and menu customization. JWT token authentication ensures secure access, providing a seamless experience.

Language: Java - Size: 200 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

remowilliamsss/store-crawler

Сервис, который собирает и предоставляет информацию о товарах из интернет-магазинов.

Language: Java - Size: 239 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Muhammad-Saad-01/Product-Catalog-API

A RESTful interface for managing products, brands, and categories.

Language: Java - Size: 137 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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: 3 months ago - Pushed at: 7 months ago - Stars: 0 - 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: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

danya1705/animal_shelter_bot

Проект Telegram-бота приюта для животных, интергрированного с базой данных клиентов и REST-API для управления ей.

Language: Java - Size: 296 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yungenie/api

🌱 SpringBoot API sample code

Language: Java - Size: 140 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Macarena-Chang/AgileLog-Notes

Language: Java - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

davidovp/marvel-api

A microservice BFF for the Marvel public API

Language: Java - Size: 96.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - 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: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

tailyne-bertoncelli/VollMed-api

API REST com Spring Boot

Language: Java - Size: 92.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pheiterer/SpringBoot2

Um dos melhores e mais completos cursos de Spring Boot grátis do Brasil. Vamos do básico, desde como criar um projeto, como executar requisições, até o avançado, segurança, exceções, métricas, monitoramento, banco de dados, gerando imagem Docker da sua aplicação com o plugin Jib e, é claro, como executa-lá via docker-compose.

Language: Java - Size: 80.1 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0