Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Spring
Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
- GitHub: https://github.com/topics/spring
- Wikipedia: https://en.wikipedia.org/wiki/Spring_Framework
- Repo: https://github.com/spring-projects/spring-framework
- Created by: Pivotal Software
- Released: October 1, 2002
- Aliases: spring-framework,
- Last updated: 2025-02-02 00:28:16 UTC
- JSON Representation
https://github.com/tomheaton/rest-service-spring
A REST API built with Spring Boot
java rest-api spring spring-boot
Last synced: 21 Jan 2025
https://github.com/tawfik-s/java_serverside_playground
playground for java server side practices i will use it to save my practices
jdbc junit jwt spring spring-aop spring-bean-life-cycle spring-boot spring-core
Last synced: 20 Jan 2025
https://github.com/alessandroargentieri/java-messaging
Java async messaging using AWS SNS-SQS, RabbitMQ, ActiveMQ, Kafka and API notifications
activemq activemq-message-broker amazon-web-services aws kafka kafka-consumer kafka-producer kafka-streams localstack rabbitmq rabbitmq-client sns spring spring-boot springboot sqs
Last synced: 25 Dec 2024
https://github.com/yeon-06/inflearnspring
🍃Inflearn에서 김영한님 강의를 듣고 정리하는 레포지토리
Last synced: 25 Dec 2024
https://github.com/core2002/qq-image-cut-web
Web版的QQ精选照片的图片切割器,用Spring Boot重构,用来快速切割图片
imagecutter qq spring spring-boot
Last synced: 24 Dec 2024
https://github.com/ingogriebsch/sample-spring-data-solr-testcontainers-utilization
This sample shows you how to utilize the Testcontainers usage with Spring Data Solr (and Spring Boot)
example java sample spring spring-boot spring-data spring-data-solr testcontainers
Last synced: 13 Jan 2025
https://github.com/alfrescoarchive/activiti-cloud-build
Activiti Cloud Parent and BOM (Bill of Materials)
activiti bom bpm cloud native spring spring-cloud
Last synced: 18 Jan 2025
https://github.com/andresweitzel/appelectrothings_angular_springboot_mongodb
Aplicación Web ElectroThings con Angular, Highcharts, Bootstrap, Spring Boot, Spring MVC, , Spring Security, JWT, SpringMongoDB, Lombok, Log4J, Git, MongoDB. y Otras Tecnologías
angular bootstrap bootstrap4 css3 git highcharts html5 java javascript log4j lombok maven mongodb spring springboot springdatamongodb springmvc typescript vsc vscode
Last synced: 05 Dec 2024
https://github.com/springtainer/springtainer-common
Common utils for testcontainer implementations
spring spring-boot testcontainers testing
Last synced: 11 Oct 2024
https://github.com/rocketbase-io/toggl-api-v9
java toggl-api-v9 version with use of spring RestClient
api-client restclient spring toggl
Last synced: 24 Nov 2024
https://github.com/rocketbase-io/lexoffice-api
java client for lexoffice-api
api-client rest-template spring
Last synced: 24 Nov 2024
https://github.com/crni99/bookstore
This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.
bookstore bookstore-cms crud database h2-database hibernate java maven mvc spring spring-boot spring-mvc spring-security springboot store
Last synced: 19 Dec 2024
https://github.com/hormcodes/socialclusters
Bachelor thesis web app for social media content aggregation and analysation.
javascript kotlin python react social-network-analysis spring support-vector-machines
Last synced: 01 Jan 2025
https://github.com/khaouitiabdelhakim/authentication-and-authorization-springboot
This tutorial demonstrates how to implement authentication and authorization using Spring Boot. It covers the steps to set up the application, configure a MySQL database, and provides examples of API endpoints for user registration, login, and access control based on user roles.
authentication authorization backend jwt jwt-authentication mysql postman spring spring-boot
Last synced: 31 Oct 2024
https://github.com/omerjuve2023/java-test
Registro de Productos y servicio de soporte para sus funcionalidades.
aws java jpa-hibernate junit learn maven mockito postgresql spring
Last synced: 19 Dec 2024
https://github.com/k0l4s/blankcilapi
emailvertify ffmpeg firebase jwt jwtauthentication jwttoken mysql reactjs spring spring-security springboot
Last synced: 01 Jan 2025
https://github.com/bygui86/spring-cloud-hystrix
Spring Cloud Netflix Hystrix sample project
hystrix hystrix-dashboard hystrix-dashboard-turbine mavenw spring spring-boot spring-boot-2 spring-cloud spring-cloud-hystrix turbine
Last synced: 31 Dec 2024
https://github.com/careydevelopment/jwt-security
Handles security for the Carey Development ecosystem.
java json jwt security spring spring-boot
Last synced: 18 Dec 2024
https://github.com/fibrefox/password-encoder-for-spring-security-hashes
Rust library to handle password hashes managed by common Spring Boot application using Spring Security
password rust rust-library security spring spring-security
Last synced: 24 Dec 2024
https://github.com/jmigac/additional-graphql-extensions
Additional GraphQL Extension created through Java reflection to provide annotation-driven development by providing additional annotations for faster setup of GraphQL objects and easier way of managing DataFetcher objects inside RuntimeWiring object.
annotations dependency extension graphql spring web-service
Last synced: 19 Dec 2024
https://github.com/bygui86/spring-validation
Validation sample project
dockerfile hibernate-validator java java-8 javax-validation lombok makefile maven mavenw spring spring-actuator spring-boot spring-boot-2 spring-validation spring-web
Last synced: 31 Dec 2024
https://github.com/andrescosta/todo-spring-react
An educational TODO application with a full-stack setup featuring React for the frontend, Java 21 and Spring Boot for the backend, Kubernetes for orchestration, PostgreSQL as the database, the Grafana observability stack, and KeyCloak for authentication and authorization.
docker grafana grafana-loki grafana-prometheus grafana-tempo java keycloak kubernetes openid-connect postgresql react spring spring-boot spring-rest-docs testcontainers
Last synced: 18 Dec 2024
https://github.com/melardev/javaspringbootjwtcrudpagination
Java Spring Boot Crud + Pagination application secured with JWT
crud crud-pagination full-stack fullstack java jwt spring spring-boot spring-data
Last synced: 25 Jan 2025
https://github.com/soumyadip007/spring-mvc-request-mapping-validation
A Spring MVC is a Java framework which is used to build web applications. It follows the Model-View-Controller design pattern.A Spring MVC provides an elegant solution to use MVC in spring framework by the help of DispatcherServlet.
http-requests jsp mvc-form-tag spring spring-mvc spring-validation xml
Last synced: 06 Jan 2025
https://github.com/soumyadip007/spring-core-annotation-beanscope-beanlifecycle
Spring supports both Annotation based and XML based configurations. You can even mix them together. Annotation injection is performed before XML injection, thus the latter configuration will override the former for properties wired through both approaches.
spring spring-bean spring-bean-life-cycle spring-bean-validation springannotations
Last synced: 06 Jan 2025
https://github.com/edummorenolp/udemycursos
Repositorio de Ejercicios de Cursos de programacion realizados en Udemy
angular css html java javascript jquery pytho spring sql typescript
Last synced: 01 Feb 2025
https://github.com/praveengnair/social-referral-app
Social Referral by invite app with angular front end and backend on spring.
angular4 mongodb spring spring-boot
Last synced: 24 Dec 2024
https://github.com/momir96/01.-employees-directory
This is a employee directory application built using the Spring framework in Java. It enables effortless management of employee information through CRUD (Create, Read, Update, Delete) operations via a REST API
spring spring-boot spring-framework
Last synced: 12 Jan 2025
https://github.com/knowledgefactory4u/spring-webflux-azure-cosmos-db-sql-api-crud
Building Reactive REST CRUD APIs with Spring Boot, Spring WebFlux, Azure Cosmos DB and Azure Cosmos DB SQL API
azurecosmosdb reactiveapi reactor spring spring-boot springwebflux
Last synced: 14 Jan 2025
https://github.com/mevdschee/tqdev-metrics
Light-weight Java library to measure critical components in a production environment.
influxdb java jmx metrics spring time-series
Last synced: 13 Nov 2024
https://github.com/baratharivazhagan/swagger-springboot-code-generator
swagger-springboot-code-generator is a scaffolding project to build spring boot applications.
codegenerator spring spring-boot spring-initializer
Last synced: 21 Dec 2024
https://github.com/veresdavid/deik-tdk-2017
A web application for problem modelling, solution searching and visualization on state-space.
antlr4 bootstrap css d3js html java javascript postgresql spring
Last synced: 18 Dec 2024
https://github.com/pukkaone/grapid
Schema-first GraphQL server framework for Java
framework graphql graphql-java graphql-server java spring spring-boot
Last synced: 18 Dec 2024
https://github.com/nickgraffis/ng-spring
1.8kb function that replaces Angular animation's keyframes with springKeyframes, for physics based animations.
angular angular-animations animations keyframes physics spring spring-keyframes spring-physics
Last synced: 02 Jan 2025
https://github.com/dev-madhurendra/blog-application-springboot
This repo includes features like user registration, login, and security, as well as the ability to create, view, and comment on blog posts.
javaspringboot mapping spring spring-boot spring-rest-api spring-security springboot
Last synced: 12 Jan 2025
https://github.com/surajrawat1709/uttarakhandspeaksai
Uttarakhand Speaks is an AI-powered local language learning platform designed to help users learn the local languages of Uttarakhand, including Garhwali and Kumaoni. The platform provides interactive lessons and AI-based tools to enhance the learning experience.
angular aws java mysql payment-gateway razorpay spring springboot
Last synced: 13 Nov 2024
https://github.com/tynab/restful-api-exercise
CyberSoft Java 17 - Spring Boot Exercise
api backend backend-java backend-java-17 cybersoft cybersoft-backend-java cybersoft-backend-java-17 cybersoft-java java java-17 lombok restful-api spring spring-boot spring-boot-framework spring-data-jpa spring-framework spring-mvc spring-security yan
Last synced: 02 Feb 2025
https://github.com/gabrielcruzrodrigues/sistema-concessionaria-java-spring
Sistema para concessionaria utilizando como linguagem principal Java, juntamente como Spring Boot, Spring Data, Hibernate e Banco de dados Mysql
api api-rest authentication-backend hibernate java jpa jwt-authentication jwt-token mysql spring spring-boot spring-mvc spring-security
Last synced: 17 Jan 2025
https://github.com/fedeztk/tripapp
TripApp - you trip companion app. Easily manage your next trip!
java k8s kubernetes next nextjs react reactjs spring typescript
Last synced: 09 Jan 2025
https://github.com/tawfik-s/todo-app
to do app using spring MVC , hibernate and jsp
crud hibernate java-backend java-backend-developer jdbc jsp jstl logging mysql servlets spring spring-aop todoapp
Last synced: 20 Jan 2025
https://github.com/palmurugan/loki
Billing Management System
apache-ignite apache-nifi billing billing-application billing-platform billing-software-open-source configurations eureka kafka microservice spring spring-boot-2 springboot
Last synced: 02 Nov 2024
https://github.com/christherama/spring-goodies
Spring Boot application that demonstrates the use of application runners, argument resolvers, exception handlers, and handler interceptor adapters.
hibernate jpa rest-api spring spring-boot
Last synced: 01 Jan 2025
https://github.com/mehdi-reza/spring-oauth
spring-boot oauth authorization & resource server using jwt tokens
authorization-code-grant authorization-flow authorization-server oauth2-client oauth2-server spring springboot
Last synced: 22 Jan 2025
https://github.com/daggerok/spring-boot-embedded-redis
This repository contains example of spring-boot redis application
embedded redis spring spring-boot spring-data-redis
Last synced: 10 Jan 2025
https://github.com/b10nicle/yandex-academy-2023
Yandex Academy Task Summer 2023
backend bucket4j docker gradle hibernate postgres postman-collection spring yandex
Last synced: 24 Dec 2024
https://github.com/cholnhial/taca
Tone Aware Chat App - A demo of IBM Tone Analyzer and Spring Websockets
ibm-watson reactjs redux redux-thunk spring spring-boot websockets
Last synced: 01 Jan 2025
https://github.com/daggerok/reactive-es-cqrs-jms-app
in progress: Reactive WebFlux EventSourced CQRS spring-integration-jms app
activemq es jms reactive reactive-programming reactive-streams spring spring-activemq spring-boot spring-integration spring-integration-jms spring-jms spring-webflux webflux
Last synced: 10 Jan 2025
https://github.com/xadidja03/trade-control-system
Welcome to Trade Control System project. This project aims to provide commerce experience with java.
gradle hibernate java jpa junit mapstruct postgresql relationships spring swagger
Last synced: 17 Jan 2025
https://github.com/samioksanen/coffee_diary_java_spring_project
Spring application where you can keep track of how much coffee you drink
Last synced: 17 Dec 2024
https://github.com/soyvural/spring-data-dynamodb
Spring Data DynamoDB Repository Demo Application
aws docker dynamodb jwt rest-api spring spring-security springboot terraform
Last synced: 11 Dec 2024
https://github.com/danvitoriano/carservice
Java Spring CRUD Microservice API
Last synced: 29 Dec 2024
https://github.com/mindula-dilthushan/spring-cloud
spring-cloud-platform-readme
cloud platform spring springboot
Last synced: 12 Dec 2024
https://github.com/daggerok/spring-boot-handlebars
spring-boot, handlebars, spring-mvc, web, interceptor, webjars, bootstrap, gradle
bootstrap gradle handlebars interceptor spring spring-boot spring-mvc webjars
Last synced: 10 Jan 2025
https://github.com/nhahan/stateless-spring-security
stateless-spring-security
Last synced: 10 Dec 2024
https://github.com/kevinroberts/shrinkly-url-shortener
Shrinkly is a URL shortening service. (Open source, side project)
java postgresql shorten-urls side-project spring spring-data-jpa spring-mvc springboot
Last synced: 16 Jan 2025
https://github.com/digoarthur/move.it
NLW#04 - Rocketseat - Utilizando a técnica Pomodoro, esta aplicação possui um crônometro onde o objetivo é executar a tarefa do seu interesse.
css3 deploy figma html5 nextjs nlw-4 productivity spring typescript
Last synced: 11 Dec 2024
https://github.com/tynab/logging-security
CyberSoft Java 17 - Logger
academy backend backend-java cybersoft cybersoft-academy cybersoft-be cybersoft-be-java cybersoft-be-java-17 java java-17 java-be logger security spring spring-boot spring-boot-framework spring-framework spring-mvc spring-security yan
Last synced: 02 Feb 2025
https://github.com/sandjelkovic/dispatchd
Application to notify when episodes go live or aggregate those notifications in reports. Playground project.
arrow arrow-kt hateoas kotlin rest restful-webservices spring springboot springdata third-party-api trakt
Last synced: 28 Dec 2024
https://github.com/nhatthaiquang-agilityio/spring-zipkin
Tracing log for microservices, Zipkin Tracing
docker-compose spring spring-boot spring-cloud spring-cloud-microservice spring-config spring-eureka zipkin
Last synced: 23 Dec 2024
https://github.com/sandjelkovic/axon-kotlin-spring-template
Template for Axon with Kotlin and Spring Boot applications
axon axon-framework axonframework kotlin spring spring-boot template
Last synced: 28 Dec 2024
https://github.com/lqss11/devops-pipeline
Easily create a simple Jenkins pipeline, for a Spring boot application.
continuous-delivery continuous-integration devops docker dockerfile git java jenkins jenkins-pipeline junit mailer maven nexus ngrok sonarqube spring testing-tools webhook
Last synced: 11 Nov 2024
https://github.com/esemesek/spring-oauth2-example
Spring oauth2 example
gradle java java-8 oauth2 spring spring-boot spring-security springboot springframework
Last synced: 23 Jan 2025
https://github.com/arpitbrur/online-train-ticket-booking-spring-boot-project
Here I'm uploading the project of Spring boot which is Online-train-ticket-booking. It is real time project which is base on train booking website IRCTC.
java mysql-workbench postman-api servlet spring
Last synced: 26 Jan 2025
https://github.com/ahmed-kamal2004/lib-mangement-system
ma7al kotob
mssqlserver spring spring-boot spring-data-jpa spring-security sql
Last synced: 12 Oct 2024
https://github.com/nfriaa/springmvc-example2
Demo project using Spring Boot and CRUD with the SpringMVC framework
crud h2-database j2ee java spring spring-boot spring-mvc thymeleaf
Last synced: 16 Jan 2025
https://github.com/didifive/estudo-apachecamel-activemq
Estudo de Apache Camel com microsserviços se comunicando utilizando o ActiveMQ para mensageria
activemq apache-camel docker docker-compose java mailcatcher microservices spring
Last synced: 10 Jan 2025
https://github.com/chabane/mitosis-microservice-spring-reactor
Microservice application that uses Spring5 Reactor Kafka Gradle
docker gradle kafka reactor spring spring-boot
Last synced: 16 Jan 2025
https://github.com/melardev/tutsspringmvc
Spring MVC projects used for my in depth Spring MVC tutorial playlist on Youtube
api app java spring spring-mvc tutorials web webapp youtube
Last synced: 25 Jan 2025
https://github.com/damingerdai/minio-spring-boot-starter
a spring boot starter for minio
minio spring spring-boot-starter
Last synced: 09 Dec 2024
https://github.com/yawkar/marvel-catalog
(Hobby project) REST API service for managing catalog of superheroes and comics
docker-compose hobby-project java rest-api spring spring-boot swagger
Last synced: 23 Dec 2024
https://github.com/ikauematos/ecommerce-microservices-simplay
Hello everyone, how are you today, I came to share an application that helped me improve my knowledge in microservices using spring boot and other tools such as kurbenetes, simulating the scaling of the application and learning the fundamental concepts
Last synced: 10 Jan 2025
https://github.com/yonashailug/webstore-backend
Mini webstore (Spring boot) project for our course WAA.
h2-database hibernate java java-8 maven rest-api spring spring-boot springsecurity-jwt
Last synced: 28 Jan 2025
https://github.com/kakarottocui/librarysystem
基于SpringBoot框架的图书管理系统
java mybatis spring spring-boot spring-mvc
Last synced: 03 Dec 2024
https://github.com/raofin/bearburger
A beautiful web-based food management system built with JSP, Spring MVC, Spring Boot, Spring Security, Vanilla JavaScript, MySQL, etc.
ajax api-rest hibernate java jpa jsp maven orm spring spring-boot spring-crud spring-data-jpa spring-mvc spring-security
Last synced: 24 Dec 2024
https://github.com/kakarottocui/ssmepidemic
基于java SSM框架和JSP的疫情管理系统
mybatis spring spring-mvc ssm tomcat
Last synced: 03 Dec 2024
https://github.com/gutierrezs-jc/entregable-4-ttps
Entregable 4 - Java TTPS
dao-design-pattern java mysql spring
Last synced: 09 Jan 2025
https://github.com/kammradt/kontrol-api
Let's go :coffee:
java junit jwt learning-spring spring spring-boot
Last synced: 27 Dec 2024
https://github.com/walidbosso/springboot-csv-api
Je prévois de lire un fichier CSV au démarrage, mettre en place les API GET et POST pour manipuler les objets, générer des valeurs aléatoires.
api-rest csv random-generation spring spring-boot
Last synced: 28 Jan 2025
https://github.com/sap-samples/hxe-hibernate-google-app-engine
A sample application with the Hibernate framework interacting with a SAP HANA database instance on-premise and in the cloud.
hana-express hibernate sample sample-code sap-hana spring
Last synced: 16 Jan 2025
https://github.com/hybridx/rest-java-example
Web application with rest web services to add, update, get the data from database and integrated these services with UI application built using angularJS.
angularjs angularjs-material cxf cxf-framework java jax-rs jaxrs jaxws liquibase maven maven-plugin maven-pom mybatis spring springframework
Last synced: 13 Dec 2024
https://github.com/kei-k23/spring-shopping-cart-api
This is a RESTful API for shopping cart functionality with Spring Boot.
docker java mysql spring spring-boot-3 swagger-ui
Last synced: 31 Jan 2025
https://github.com/andrehaguiar/microsservicos-api
Projeto desenvolvido durante a aula do Bootcamp Codeanywhere DIO / Avanade.
intelij java microservices spring spring-boot springcloud
Last synced: 28 Dec 2024
https://github.com/hengyunabc/endpoints-spring-boot-starter
Show all spring boot endpoints mappings url.
Last synced: 28 Nov 2024
https://github.com/gbzarelli/java-log-tracing
[quarkus] [spring] [sleuth] [jersey] Log tracing com Quarkus Open Tracing e Spring Cloud Sleuth
java jaxrs jersey quarkus sleuth spring spring-boot
Last synced: 22 Jan 2025
https://github.com/sshehrozali/empowr
🎯 P2P Feedback submission made easy.
https java rest-api spring spring-boot spring-web
Last synced: 03 Feb 2025
https://github.com/vitorsalgado/cs-desafio-java
Concrete Code Challenge
code-challenge gradle java junit5 spring
Last synced: 30 Jan 2025
https://github.com/innogames/flink-real-time-crm-ui
Demo UI for the flink-real-time-crm project using Spring Boot with Thymeleaf. The Demo UI is able to send messages to and consume from the related Kafka topics.
apacheflink apachekafka flink flink-examples flink-stream-processing java kafka spring spring-boot thymeleaf
Last synced: 02 Dec 2024
https://github.com/asewhy/conversions
Simple response conversion module
conversion java spring spring-boot
Last synced: 19 Nov 2024
https://github.com/andifalk/spring-basics-training
Spring basics training is a 1-2 day Spring Framework and Spring Boot training. In this course, students learn to build applications using the Spring (Core) Framework, Spring Boot and related modules like Spring MVC, Spring Data JPA, and Spring Security with lots of hands-on labs.
spring spring-boot spring-data spring-java-application spring-mvc spring-security training
Last synced: 20 Jan 2025