spring-rest
There are 354 repositories under spring-rest topic.
ujjavaldesai07/spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
algaworks/curso-especialista-spring-rest
Projeto do curso Especialista Spring REST da AlgaWorks
piomin/spring-boot-logging
A library for logging HTTP request/response for Spring Boot application and integration with Elastic Stack
ayushman1024/TASK-Management-System
Spring Boot and Angular 7 web application for task management .
finnozo/online-shopping
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration
OKaluzny/spring-boot-rest-api-postgresql
Plain RESTful Web Service with Spring Boot 3. Using PostgreSQL database, Hibernate and basic authentication. Also added the lombok.
in28minutes/java-technology-for-beginners
In my 15 years of designing and developing more than 100 java web applications, there are a number of terminologies, standards, frameworks, tools that I have used. I know how difficult it is for a beginner to understand them. And imagine the trouble non techies face - the business, testing teams and others. So, this guide is to demystify these terms! Enough talk. Let's Rock and Roll......
SystangoTechnologies/BankOfSpring
Production ready maven based Spring Boot starter kit application with example cases of handling transactions with Spring.
WHAHA-HA/spring-boot-react-ecommerce
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
mces58/JavaEssentials
What is JAVA?
techguy-bhushan/XssRequestFilters
Light weight library for Filter the Cross-site scripting in request For Spring Framwork / Spring-Boot, logic can be use for servlet based(without using spring framework) application
HouariZegai/java-pocs
Codes and samples were written 💻 to demonstrate the usage of Java with various technologies.
aillamsun/spring-boot-security-with-jwt
spring-boot-security-with-jwt
Robinyo/serendipity-api
Serendipity Server
jonyfs/credit-card-api
Sample with TDD, Spring Boot, Embedded MongoDB, HATEOAS and Spring REST Docs
polysantiago/spring-boot-rest-client
A Rest Client for Spring Boot
czetsuya/Spring-Keycloak-with-REST-API
Securing a Spring REST API with Keycloak with bearer-only=true.
SurendraVidiyala/BankingApp
Banking Application with Primary and Savings account.
gowthamrajk/HealthCareManagement
This is an Online HealthCare Management Application developed using SpringBoot and Angular 12 with spring security & JWT token based authentications
neocorp/spring-rest-api
Spring REST API Project
simplymequeeny/dynamodb-client-web-gui
A simple web client to view documents from AWS DynamoDB or DynamoDB Local
gruemme/spring-boot-3-security-h2-example
Example usage for Spring Security with Spring Boot 3 with users from an H2 database
mahi-mullapudi/employee_management
Application to manage Employee Information.
bogdansolga/packt-spring-boot-training
The repository for the Packt 'Learning Spring Boot 2' training
onlyfullstack/microservices-with-spring-cloud
This repo contains the Microservices with Spring Cloud.
PacktPublishing/Learning-Spring-Boot-2
Codes uploaded by Packt with Bogdan Solga
soumyadip007/Customer-Relationship-Management-Real-time-CURD-Application-using-Spring-Rest-Json-HQL-WebServices
CRUD (Create, Read, Update and Delete) application is the most important application for creating any project. In spring Rest, we have developed this using Jackson,Postman and restful web services.
ahmetbozok/swagger-codegen-spring-crudrepository-h2database
This project just an example to understand how to use swagger-codegen for a rest api definition and also spring data CRUD repository with h2 embedded database. Before review this project you should know basic terms of swagger-codegen and also spring-boot and spring-data.
luktomaszewski/spring-boot-template
Spring Boot Template
piagarwal11/postman_collection_generator
Postman collection generator for Spring Rest API
sdrahnea/universal-data-converter
Universal Data Converter allow us to convert any kind of data into another type using a template or rules.
glaumtechnologies/spring-boot-hibernate-multiple-module-with-security
This projects contains Spring boot, Spring security login and logout, Thymleaf Integration, Multiple view resolvers, Hibernate integartion, Maven multiple modules.
in-tandem/spring_boot_third_party_api_sample
Spring Boot project demonstrating a sample of how to integrate with 3rd party API Eventful open api used for samples : http://api.eventful.com/json/events/search Exposes a few endpoints that returns the data in a different format from the one returned by eventful api Provides a sample / example of usage of Factory Pattern and treating backend services as adapters( in this case eventful api) You will also get some samples/examples of full blown spring mvc tests and unit tests
lakith/spring-boot-authentication_with_jwt
A simple spring boot application with Jwt authenticatin. Contains token generation, refresh token genaration, auth filters and spring security
onlyfullstack/spring-rest-advance-topics
This repo contains the advance topics of spring rest like validation in spring rest, api documentation, Spring rest versioning, Asynchronous Spring Service with @Async and @EnableAsync, How To Do @Async in Spring Service, What is the need of Asynchronous?, How to use @Async and @EnableAsync in Spring Boot