Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Spring MVC

Spring MVC (Model-View-Controller) is a framework for building web applications within the larger Spring Framework. Introduced by Rod Johnson and Pivotal Software, Spring MVC provides a comprehensive programming and configuration model for modern Java-based enterprise applications. It offers a flexible way to create and manage web components, integrating seamlessly with other Spring modules. This topic covers the architecture of Spring MVC, its core components such as controllers, views, and models, as well as best practices for building robust and scalable web applications.

https://github.com/emelyanovkr/springcrudbasics

Basic application with most popular Spring components for learning purposes

hibernate spring spring-data-jpa spring-data-jpa-repository spring-jdbctemplate spring-mvc

Last synced: 05 Feb 2025

https://github.com/pedrohpalmeida/api-rest-school

About API Rest para cadastro de alunos, turmas e cursos. Tecnologias utilizadas: Spring Web, JPA, MySQL, Maven

intellij-idea java jpa-hibernate jpa-persistence-applications maven mysql spring-boot spring-mvc

Last synced: 13 Jan 2025

https://github.com/pedrohpalmeida/minha-primeira-api-rest

API Rest para cadastro de produtos, fornecedores e clientes. Tecnologias utilizadas: Spring Web, JPA, MySQL, Maven

intellij-idea java jpa-persistence-applications maven mysql spring-boot spring-mvc

Last synced: 13 Jan 2025

https://github.com/shrutisaxena17/spring-mvc-project

Spring MVC Project using thymeleaf.

java spring-boot spring-mvc thymeleaf

Last synced: 22 Dec 2024

https://github.com/lokeshmori/payment-processing-system

This project involves developing a core payment system for an e-commerce client using Stripe and Razorpay payment gateway integration. The project is built using Java and Spring Boot, utilizing microservices architecture. It focuses on providing a reliable, scalable, and secure payment processing system.

api-gateway payment-integration paypal-payment-gateway rest-api restcontroller spring-boot spring-mvc spring-security

Last synced: 21 Jan 2025

https://github.com/tsmoreland/java-misc

spring mvc demo app mostly for experimentation

java-11 java-17 spring spring-mvc springboot

Last synced: 20 Dec 2024

https://github.com/ryanfleck/springmvc-pwa-lab

Spring MVC app in preparation for a collaborative PWA experiment.

gradle java-ee-8 pwa react spring-mvc travis-ci

Last synced: 02 Feb 2025

https://github.com/jonasgroeger/amos2015

Modern implementation of the DATEV Personalfragebogen in Spring

datev spring-boot spring-data-jpa spring-mvc spring-security

Last synced: 18 Jan 2025

https://github.com/eric-souzams/hello-spring

Some tests with spring boot and other frameworks

filters hateoas jackson jax-rs mockmvc spring-boot spring-mvc

Last synced: 31 Jan 2025

https://github.com/devsallein/java-apirestful

o(* ̄▽ ̄*)ブ API that I use as a template for projects that will have Java Spring Boot as Back-End, it is a conventional APIRestful 😼✨

git javaspringboot postgresql postman spring-data-jpa spring-mvc

Last synced: 31 Dec 2024

https://github.com/bredah/fake-social-network

projeto de exemplo para estudos, nenhum dado real é utilizado

java java17 junit5 maven restassured spring-mvc

Last synced: 27 Dec 2024

https://github.com/bernardo-mg/spring-mvc-angular-maven-archetype

A Maven Archetype for projects using Spring MVC, and Angular

angular maven-archetype spring-mvc

Last synced: 29 Jan 2025

https://github.com/gunjankadu/customer-relationship-managment

Customer RelationShip Management Build Using Spring MVC, Hibernate, MySql, JSP & CSS

aspect-oriented-programming css hibernate-orm java js jsp jsp-servlet mysql spring spring-mvc

Last synced: 05 Jan 2025

https://github.com/rakesh3596/digital-e-commerce-website

Digital E-commerce application using Angular as an Front-End and Spring-Boot as an Back-End

angular bootstrap4 hibernate java mysql-database spring-boot spring-mvc spring-security sql sts-code-platform swagger-ui vscode

Last synced: 31 Dec 2024

https://github.com/othmane099/todolist

Implementing CRUD operations using Spring Ecosystem by creating TodoList App

crud crud-application h2-database java mvc spring spring-boot spring-mvc thymeleaf todo-app todo-list

Last synced: 21 Jan 2025

https://github.com/eric-souzams/spring-blog-app

A blog application using Spring Boot, implementing REST FULL patter, Spring Security with Roles and Authorities, Unit tests covegare.

h2-database java junit junit5 jwt lombok mysql spring spring-boot spring-data-jpa spring-hateoas spring-mvc spring-security

Last synced: 31 Jan 2025

https://github.com/gunjankadu/spring-mvc

Spring MVC

java spring-mvc

Last synced: 05 Jan 2025

https://github.com/qreolq/my-post

my-post is simple a web application with the ability to create and moderate posts and much more

bootstrap docker hibernate hibernate-validator jdbc jdk19 junit5 lombok-maven mockito postgresql spring spring-boot spring-data-jpa spring-mvc spring-security thymleaf

Last synced: 23 Jan 2025

https://github.com/r6hk/mini-spring

一个轻量级的开源框架,旨在模拟 Spring 框架 的核心功能,帮助深入理解其内部机制。

java spring spring-aop spring-jdbc spring-mvc springframework

Last synced: 08 Feb 2025

https://github.com/darshjasani/banking-application

Banking Application built using Spring Boot and MySQL server, offering a set of RESTful APIs with different endpoints for managing banking operations.

endpoints java lombok mysql restful-api spring-boot spring-mvc

Last synced: 21 Jan 2025

https://github.com/rafaelvicio/instituicao-controle

Sistema de controle de Alunos. Projeto utilizado para aprendizado de Spring Boot

java spring-boot spring-mvc

Last synced: 23 Jan 2025

https://github.com/rafaelvicio/basespringmvc

Projeto utilizado como base para estudo do framewrok SpringMVC.

hibernate java maven spring-mvc

Last synced: 23 Jan 2025

https://github.com/donghl-dev/start-springboot

2018 1학기에 진행한 Spring Boot 학습 및 Resume 프로젝트

jdk8 jpa-hibernate maven mysql spring-boot spring-mvc thymeleaf

Last synced: 05 Feb 2025

https://github.com/le2sky/spring-core-concept

JAVA Servlet, Spring MVC, IoC, DI, AOP learning record

aop di ioc spring spring-mvc

Last synced: 05 Jan 2025

https://github.com/eric-souzams/spring-clinic

Application using Thymeleaf and Spring Security with Authorities and Profiles, Routes with exactly protection, and full more others functions

ajax bootstrap4 datatables jquery lombok mysql spring-boot spring-data-jpa spring-mvc spring-security thymeleaf thymeleaf-security5 webjars

Last synced: 31 Jan 2025

https://github.com/aamirxshaikh/learn-spring

This repository contains a set of Spring Framework examples and modules. It covers various topics such as inversion of control, aspect-oriented programming, JPA/Hibernate, model-view-controller, and Spring Data. Each tutorial includes a detailed explanation and code examples that can help users learn and implement Spring Framework in their project.

hibernate java spring-data spring-data-jpa spring-mvc

Last synced: 13 Jan 2025

https://github.com/khaledashrafh/taskarium

Taskarium is a powerful and user-friendly task and note management application developed using Spring Boot, Spring MVC, and other modern technologies. This project allows users to efficiently manage their tasks and notes while providing a secure environment with tailored access controls. Built with clean architecture principles in mind

authentication authorization h2-database lombok mapstruct maven mvc mvc-architecture mvc-pattern note-managment rbac security spring-boot spring-jpa spring-mvc spring-security task-management thymeleaf thymeleaf-template-engine

Last synced: 02 Feb 2025

https://github.com/antonskachko/hr_department

📙📑course work on the topic "hr department"

freemarker intelij java jpa-hibernate maven mysql spring-boot spring-mvc

Last synced: 26 Jan 2025

https://github.com/beomseokyu/spring

스프링 공부 및 연습

java mysql spring spring-mvc

Last synced: 05 Jan 2025

https://github.com/chiqors/minimarket-backend

Backend Repository for Small E-Commerce Web App. Powered by Java Springboot.

backend-api backend-service ecommerce java java-8 minimarket spring-mvc springboot

Last synced: 24 Jan 2025

https://github.com/r3dacted42/emperp

esd micro mini project, employee (and related tables) crud of erp system

spring spring-boot spring-mvc spring-security

Last synced: 29 Jan 2025

https://github.com/pennix/java-net-http-request-factory

Spring ClientHttpRequestFactory implementation using java 11 java.net.http

resttemplate spring-framework spring-mvc

Last synced: 29 Jan 2025

https://github.com/litsynp/spring-boot-community-web

처음 배우는 스프링 부트 2 - 스프링 MVC를 활용한 커뮤니티 개발

gradle h2-database java mysql spring-boot spring-data-jpa spring-mvc spring-oauth2-client spring-security thymeleaf

Last synced: 27 Dec 2024

https://github.com/andy489/spring_fundamentals

Spring-MVC, Spring-Data-JPA, Session Scope Beans, Cookies, DB Authentication, DB migrations, Validation and Thymeleaf server-side rendering.

authentication db-migration sessions spring-boot spring-data-jpa spring-framework-6 spring-mvc thymeleaf validation

Last synced: 29 Jan 2025

https://github.com/pacphi/jdbc-demo

This is a simple experiment to test a Spring Boot/MVC interaction against a PostgreSQL instance via the Postgres JDBC driver.

java jdbc postgresql spring-boot-2 spring-mvc

Last synced: 24 Jan 2025

https://github.com/aharoj/twitter

Backend: Spring Boot, Java, Postman Database: PostgreSQL Frontend: TypeScript, React, css&html

css java postgresql reactjs spring-boot spring-mvc spring-security tailwindcss typescript

Last synced: 02 Feb 2025

https://github.com/endurancecode/spring-pluralsight

Code written following Spring Framework courses at Pluralsight

java spring spring-boot spring-mvc

Last synced: 09 Jan 2025

https://github.com/endurancecode/spring5-begginer-guru

Code written following the course "Spring Framework 5 - Beginner to Guru" created by John Thompson

java spring-boot spring-data spring-data-jpa spring-mvc springframework

Last synced: 09 Jan 2025

https://github.com/endurancecode/endurancetrio-community

EnduranceTrio - Platform for endurance sports community edition

api api-rest java spring spring-boot spring-mvc

Last synced: 09 Jan 2025

https://github.com/nikos/rest-independent-models

Sample project to demonstrate data model independence between REST client and server (using Spring Boot).

bdd best-practices data-model lombok mocking mockito model rest-client rest-server restful-api sharing-data spring-boot spring-mvc spring-test

Last synced: 13 Jan 2025

https://github.com/amodsachintha/feedbackapp-springboot

[Testing] User Feedback Collection Application for Dickwella Pradeshiya Sabhawa

h2-database java jpa-entities spring-boot spring-mvc thymeleaf-template-engine

Last synced: 20 Jan 2025

https://github.com/bernardo-mg/spring-mvc-serving-content-example

An example showing how to serve multiple content types in a single Spring MVC controller.

example spring-mvc

Last synced: 23 Jan 2025

https://github.com/davenaugler/unit_15_spring_mvc

Focuses on Spring MVC (Model View Controller) and provides an in-depth exploration of Thymeleaf.

java maven spring-boot spring-mvc thymeleaf

Last synced: 30 Jan 2025

https://github.com/leosimoes/coursera-ita-sistema-ja-li

Trabalho do curso Princípios de Desenvolvimento Ágil de Software oferecido pelo ITA através do Coursera. Aplicação MVC de registro de livros lidos por usuário.

java mvc spring-framework spring-mvc thymeleaf

Last synced: 30 Jan 2025

https://github.com/rahulrathore2110/quiz-app

Quiz-App is use to organize an quiz to user. you can create a quiz. get all active quizzes and list of all types of quizzes and also get the result of particular quiz by their id.

hibernate intellij-idea java maven mysql-database postman railway-app spring-boot spring-mvc

Last synced: 30 Jan 2025

https://github.com/rahulrathore2110/tasky-app

Tasky-App is an project management system. where you can craete manager profile and then create sprint, tasks,employee and assign tasks to employees update task state to create, inprogress and done. also perform insert, update, delete and retrive operation using tasky app rest apis.

amazon-web-services hibernate-jpa java maven mysql postman spring-boot spring-mvc swagger-ui

Last synced: 30 Jan 2025

https://github.com/bhimavarapu-manoj-kumar/spring-boot-graphql-demo-project

This is a basic CRUD Operation (Create, Read, Update, Delete) Demo Project for Spring Boot GraphQL

crud-application graphql-client spring-boot spring-graphql spring-mvc

Last synced: 11 Jan 2025

https://github.com/chamangurjar/library-system-springboot

Practice project to create Library system in Spring Boot

jpa jpa-hibernate jparepository liquibase mysql spring spring-boot spring-mvc

Last synced: 30 Jan 2025

https://github.com/mohamad-shosha/spring-aws

This project integrates Spring MVC, JPA, and Hibernate for managing Instructor, Address, and Course entities. It uses Liquibase for database management and Postman for API testing. Key features include creating, reading, updating, and deleting entities, along with security to ensure authentication, authorization measures for safe data handling.

bootstrap css database error-handling hibernate html5 java jpa-entities liquibase maven mysql spring-boot spring-data-jpa spring-mvc spring-security thymeleaf

Last synced: 30 Jan 2025

https://github.com/haokailau/jg-dianping

Redis的企业应用实战

java redis spribg-boot spring spring-mvc

Last synced: 31 Dec 2024

https://github.com/varundhall/bloggingplatform

Simple Blogging Platform with HTTP API using Java and Spring framework - Built using Maven

http-api java mysql spring-mvc

Last synced: 05 Feb 2025

https://github.com/superealabs/genesis-api

IntelliJ IDEA 2024 Plugin : Database-First Code Generator for Java Spring Boot and .NET C#

dotnet-core entity-framework-core intellij-plugin java jdbc spring-boot spring-cloud spring-data-jpa spring-mvc steeltoe

Last synced: 29 Jan 2025

https://github.com/patinaomi/teste-tecnico-tgid

Projeto desenvolvido como parte de um teste técnico para a empresa TGID, utilizando Java e Spring.

java javaee spring spring-boot spring-mvc springboot

Last synced: 29 Jan 2025

https://github.com/arashabe/springmvcwebapp

Una Web App per il corso di Progettazione, Algoritmi e Computabilità che consente agli utenti di registrarsi, accedere, aggiornare il profilo e ricevere notifiche per formare gruppi di studio con interessi comuni. La piattaforma utilizza Spring Framework, un database embedded H2 e adotta il pattern MVC.

h2-database jpa-hibernate junit-mockito junit5 mvc-pattern playwright postman spring-boot spring-mvc spring-security unibg user-authentication web-application

Last synced: 29 Jan 2025

https://github.com/eritonsgomes/ds-challenges-java-spring-professional

Projeto Desafio do Módulo 1 da Escola DevSuperior

java maven spring spring-boot spring-mvc

Last synced: 26 Jan 2025

https://github.com/ritik6207/moviewatchlistapplicationproject

Movie watch list application and give title , rating, priority and comments . for rating we are using OMDB api

css h2-database html java spring spring-boot spring-data-jpa spring-mvc spring-web thymeleaf validation

Last synced: 02 Feb 2025

Spring MVC Awesome Lists
Spring MVC Categories