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.

https://github.com/gabrieldim/pdf-generator-spring-boot

Portable Document Format Generator in Java Spring Boot.

framework java pdf pdf-generation spring spring-boot

Last synced: 16 Oct 2025

https://github.com/joryun/seckill

基于SpringMVC,Spring,MyBatis实现的秒杀系统(参见慕课网,做了些改动)

java maven mybatis redis spring springmvc ssm

Last synced: 24 Aug 2025

https://github.com/1994/ssm-scaffold

SpringMVC+Mybatis 脚手架

java mybatis spring

Last synced: 25 Oct 2025

https://github.com/beamofsoul/businessinfrastructureplatformgroupversion

A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.

ehcache fastjson hibernate java java8 logback lombok querydsl spring spring-data spring-data-jpa spring-mvc spring-security springboot springframework thymeleaf

Last synced: 10 Apr 2025

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

mini-spring 是仿写 Spring 的一个乞丐版 IOC/AOP 框架,总代码规范精炼,仅数百行,同时注释详细,可作为 Spring 框架学习教程。使用了 Java 反射、注解、动态代理等技术以及内嵌 tomcat 服务器,实现了 @Controller、@AutoWired、@Aspect、@Before 等常用注解。可实现简单的访问 uri 映射,控制反转以及不侵入原代码的面向切面编程。

java mini-framework spring

Last synced: 10 Oct 2025

https://github.com/chenhaoxiang/primo

primo轮子中心,为开发效率翻滚。(Java、Spring)一些自动生成代码的插件,缓存、限流、接口等快速接入的中间件也会逐渐弄起来

java spring springboot

Last synced: 02 May 2025

https://github.com/woowacourse-teams/2023-team-by-team

✨쉽고 간단한 팀플 플랫폼, 팀바팀✨

react spring

Last synced: 06 Apr 2025

https://github.com/alexp11223/javaspringmvcblog

A simple blog created using Java, Spring MVC

hibernate java junit markdown pagedown spring spring-mvc thymeleaf website

Last synced: 31 Jul 2025

https://github.com/ahmet-cetinkaya/hrms-project-backend

N-Layer Architecture human resource management system project with Java.

backend demo hrms java spring

Last synced: 27 Oct 2025

https://github.com/gabrieldim/email-sender-spring-boot

Email Sender made using Java Spring Boot.

controller email email-sender java service spring spring-boot

Last synced: 10 Jul 2025

https://github.com/mask-hao/MyGank

gank.io第三方客户端

gankio mvp mybatis mysql retrofit2 rxjava spring

Last synced: 10 May 2025

https://github.com/lzhpo/sensitive-spring-boot-starter

一款强大的数据脱敏插件,支持多种脱敏策略(中文姓名、身份证号、固定电话、手机号码、地址、电子邮箱、密码、车牌号、银行卡号、AES/DES/BASE64/RSA算法加密...),支持自定义脱敏策略,支持自定义脱敏替换符,支持多层嵌套属性脱敏,支持在Controller上使用注解跳过脱敏...

sensitive spring spring-boot

Last synced: 07 Apr 2025

https://github.com/lwaddicor/spring-startup-analysis

Simple module to analyse bean construction in Java Spring

analysis analyzer profiling spring spring-boot

Last synced: 22 Mar 2025

https://github.com/MarioAriasC/KotlinPrimavera

Spring support libraries for Kotlin

kotlin spring spring-security springframework

Last synced: 01 Apr 2025

https://github.com/marioariasc/kotlinprimavera

Spring support libraries for Kotlin

kotlin spring spring-security springframework

Last synced: 03 Aug 2025

https://github.com/open-hand/choerodon-framework

Choerodon Microservices Framework.

c7nf choerodon java spring spring-boot spring-cloud

Last synced: 24 Jun 2025

https://github.com/zhongxunking/configcenter

configcenter(配置中心):存储管理各个系统在不同环境中的配置,降低配置维护成本。具备配置发布回滚能力、配置更新实时推送能力、配置灰度发布能力、客户端配置缓存能力、对客户端验权防止生产环境配置泄漏风险能力、对敏感配置设置访问权限能力。使用http协议进行通信,可支持多语言。部署简单、页面操作简洁、运维成本低。后台逻辑简单(代码量不超过7千行),让你能够hold得住!

config config-center configcenter configuration distributed-configuration spring spring-boot

Last synced: 17 Aug 2025

https://github.com/yeon-06/woowacourse-archive

✨🥳연로그의 `우아한테크코스 4기` 기록용 레포지토리🥳✨

java spring

Last synced: 19 Apr 2025

https://github.com/quanbisen/neteasemusicplayer

基于JavaFX+Spring+Mybatis的音乐播放器的设计与实现--播放器客户端

javafx spring

Last synced: 20 Oct 2025

https://github.com/Sharember/bfmvc

模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用

javamvc maven mvc spring springmvc tomcat

Last synced: 03 Jul 2026

https://github.com/solidjs-community/solid-spring

Like react-spring, but for SolidJS.

animation react-spring solidjs spring

Last synced: 08 May 2026

https://github.com/sharember/bfmvc

模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用

javamvc maven mvc spring springmvc tomcat

Last synced: 29 Oct 2025

https://github.com/shuhongfan/student_management_system

学生信息管理系统 基于Java的教务管理系统、学生管理系统、课表查询系统 (Spring、SpringBoot、thymeleaf) 基于Spring的教务管理系统、学生管理系统、课表查询系统 ,包含数据库文件 本作品主要实现了一个课表查询系统,采用了SSM(Spring + SpringMVC + MyBatis)的基础架构。 后端使用Maven 进行包管理,使用spring-boot框架、模板引擎使用thymeleaf、web模块使用springMVC、数据库连接池使用Druid、数据库访问使用mybatis-plus、工具包使用hutool。前端使用H-ui模板,结合Timetables展示课程表。 系统能够实现用户的登录退出,教室、班级、院系、地点、教工、学生、用户、课程、课程

java mybatis mybatis-plus mysql spring spring-boot springboot springmvc thymeleaf

Last synced: 23 Aug 2025

https://github.com/tangaiyun/RedisRateLimiter

Redis Based API Access Rate Limiter

java rate rate-limiting redis spring spring-boot

Last synced: 26 Apr 2026

https://github.com/danielfernandez/reactive-matchday

Spring 5 showcase application with a Thymeleaf HTML5 interface

mongodb reactive-streams spring spring-boot sse thymeleaf webflux

Last synced: 29 Jul 2025

https://github.com/ralscha/sse-eventbus

EventBus library for sending events from a Spring appliction to the web browser with SSE

java server-sent-events spring

Last synced: 05 Apr 2025

https://github.com/ainilili/ourbatis

Enhancement tools that make the development of Mybatis easier.

java mapper mybatis mysql ourbatis spring

Last synced: 11 May 2025

https://github.com/vy/hrrs

Record, transform, and replay HTTP requests in Java EE and Spring applications.

benchmarking-suite java javaee logger performance-testing servlet spring

Last synced: 05 Apr 2025

https://github.com/wanwanpp/spring-framework-4.2.0

spring源码学习附注释(Version 4.2.0),the second debug.

ioc-container source-code spring spring-framework springmvc

Last synced: 28 Oct 2025

https://github.com/ahoo-wang/cosky

High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台

cloud cloud-native configuration configuration-management dashboard eureka kotlin microservice microservices nacos native redis service service-discovery service-registry spring spring-boot spring-cloud spring-cloud-config spring-cloud-eureka

Last synced: 01 Mar 2026

https://github.com/danielliu1123/grpc-starter

Out-of-the-box, highly extensible Spring Boot starters for the cutting-edge gRPC ecosystem and modern Java — more integration, less abstraction.

grpc grpc-gateway grpc-spring-boot-starter java json-transcoding microservices protobuf protovalidate spring spring-boot

Last synced: 28 Jan 2026

https://github.com/chinaarjun/online-crm

手把手教你整合最简洁的SSM框架:SpringMVC + Spring + MyBatis

crm java online spring springmvc-mybatis ssm

Last synced: 30 Apr 2025

https://github.com/waylau/new-star-blog

NewStarBlog is an open source Java blog platform. NewStarBlog是国产开源Java博客平台。

elasticsearch java mogodb mysql spring spring-boot thymeleaf

Last synced: 21 Mar 2025

https://github.com/yzx-66/java-cs-record

记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客

collection dubbo java juc jvm mybatis mysql network rabbitmq redis rocketmq spring springboot springcloud springmvc system-operator tomcat web

Last synced: 29 Oct 2025

https://github.com/bezkoder/docker-compose-spring-boot-mysql

Dockerize Spring Boot and MySQL example - using Docker Compose to connect Spring Boot to MySQL

docker docker-compose dockerfile mysql mysql-database rest-api spring spring-boot springboot

Last synced: 06 Sep 2025

https://github.com/liyupi/yu-like

编程导航 2025 年新项目,基于 Spring Boot 3 + Java 21 + TiDB + Redis + Pulsar + Docker 的高并发点赞系统实战项目,适用于社交平台、内容社区等场景。项目从基础功能开发到高并发优化再到企业级高可用架构,完整覆盖了点赞系统的核心技术,包括 Caffeine 多级缓存策略、消息队列削峰、分布式数据库、HeavyKeeper 热点数据识别、Promethus + Grafana 可观测性等解决方案。通过这个项目,你将掌握高并发系统设计、性能优化、监控告警等企业级开发经验,适合想要提升分布式系统开发能力的开发者学习,为简历大幅增添竞争力。

backend caffeine docker grafana java mq mysql programmer prometheus pulsar redis spring springboot tidb vue

Last synced: 25 Dec 2025

https://github.com/aliakh/demo-akka-spring

'Using Akka with Spring' article and source code.

akka-actors java spring springboot

Last synced: 21 Jun 2025

https://github.com/cassiomolin/microservices-springboot

Example of microservices application with Spring Boot, Zuul, Eureka, MongoDB and RabbitMQ.

eureka jackson java jersey mongodb rest spring springboot zuul

Last synced: 14 Mar 2026

https://github.com/ali-bouali/oauth2-social-login

This repository contains a Spring Boot 3 project that demonstrates how to secure an API with OAuth 2.0 and provide social login using GitHub, Google, and Facebook.

facebook-login github java oauth2 social-authentication spring spring-boot spring-security

Last synced: 30 Jul 2025

https://github.com/open-hand/choerodon-starters

This is the toolkit developed by Choerodon and provides some basic dependencies for use in the development process.

c7nf choerodon java spring spring-boot spring-cloud

Last synced: 25 Dec 2025

https://github.com/go-spring/spring-core

🔥 [released] Go-Spring is a high-performance Go framework inspired by Spring Boot, offering DI, auto-configuration, and lifecycle management while maintaining Go's simplicity and efficiency.

auto-configuration ioc spring spring-boot starter

Last synced: 02 Apr 2026

https://github.com/sdeleuze/spring-kotlin-deepdive

A journey from Java to Kotlin with Spring

kotlin spring spring-boot

Last synced: 21 Mar 2025

https://github.com/joeybling/hqc_mp

微信小程序+微信管理后台+微信用户前台

bootstrap druid layer log4j mybatis quartz redis spring

Last synced: 10 Apr 2025

https://github.com/chamithkodikara/quartz-demo

Demo project for Spring Boot 2 and Quartz scheduler integration

quartz quartz-scheduler spring spring-boot

Last synced: 10 Jul 2025

https://github.com/xkcoding/magic-starter

一套神奇的starter,只为爱“偷懒”的你~

java magic magic-starter spring spring-boot spring-boot-2 spring-boot-starter starter web xkcoding

Last synced: 24 Apr 2025

https://github.com/aa24615/wework-msgaudit

企业微信-会话内容存档 实时拉取企业微信聊天记录java版SDK

java spring

Last synced: 12 Jul 2025

https://github.com/Ahoo-Wang/CoSky

High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台

cloud cloud-native configuration configuration-management dashboard eureka kotlin microservice microservices nacos native redis service service-discovery service-registry spring spring-boot spring-cloud spring-cloud-config spring-cloud-eureka

Last synced: 02 Apr 2025

https://github.com/light2001/MyDocs

文档类项目,目前自己技术研究日常所需的文档,自己写的文档汇总

centos7 docker elk linux spring

Last synced: 04 May 2025

https://github.com/vbauer/herald

Log annotation for logging frameworks

android guice java log4j logback logger logging logs slf4j spring spring-boot syslog4j

Last synced: 24 Jun 2025

https://github.com/odrotbohm/lectures

Lecture scripts and slides I use during the Software Engineering course at TU Dresden

ddd education github java software-engineering spring web-application

Last synced: 25 Jul 2025

https://github.com/qaware/openapi-generator-for-spring

Open API v3 Generator for Spring Boot applications

hacktoberfest java openapi spring spring-boot swagger

Last synced: 22 Mar 2025

https://github.com/0xcaffebabe/note

📝一个工程师的知识体系 算法与数据结构 / 操作系统 / 数据库 / 计算机系统 / 网络 / 中间件 / Java / 数据工程 / 机器学习 / 软件工程 / 前端 / 运维 / 信息安全 / 个人成长

android dbs java javascript notes os spring springboot springcloud web

Last synced: 06 Apr 2025

https://github.com/houarizegai/fullstack-angular-springboot

Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]

angular crud crud-application customer-relationship-managment full-stack-web-development java jwt rest-api restful-api spring springboot webapp

Last synced: 10 Apr 2025

https://github.com/gtiwari333/spring-boot-blog-app

Application to demonstrate several features of Spring Boot

groovy hibernate java maven spock-framework spring spring-boot spring-mvc spring-security thymeleaf

Last synced: 07 Apr 2025

https://github.com/liangbaika/validate

validate-springboot-stater , 与spring框架无缝集成的验证框架

aop bean check javax-validation micro paramvalidator smart spring springboot validate validator

Last synced: 24 Oct 2025

https://github.com/andifalk/custom-spring-authorization-server

Customized version of the spring authorization server

authorization-server oauth2 openid-connect spring

Last synced: 09 Apr 2025

https://github.com/wikibook/springboot

《스프링 부트 핵심 가이드》 예제 코드

spring springboot

Last synced: 07 Jul 2026

https://github.com/theborakompanioni/bitcoin-spring-boot-starter

Write enterprise Bitcoin applications with Spring Boot. Starter projects with multiple Bitcoin related modules that you can include in your application.

bitcoin cln java lightning lnd spring spring-boot

Last synced: 06 Oct 2025

https://github.com/mtwn105/githubwrapped

GitHub Wrapped - Your Year in Code

code github githubwrapped next nextjs spring spring-boot wrapped

Last synced: 05 Jul 2025

https://github.com/okikio/spring-easing

Quick and easy spring animation. Works with other animation libraries (gsap, animejs, framer motion, motion one, @okikio/animate, etc...) or the Web Animation API (WAAPI).

animation animejs easing framer-motion motion-one spring spring-easing typescript waapi web-animations-api

Last synced: 24 Oct 2025

https://github.com/aantoniadis/clean-architecture-example

A simple clean architecture example in Kotlin and Spring Boot 2.0

clean-architecture kotlin maven multi-modules multimodule spring spring-boot

Last synced: 16 Apr 2025

https://github.com/micyo202/yan-demo

本项目是基于 SpringMVC+Spring+MyBatis (SSM) 架构的高效率便捷开发框架

ajax aspectj bootstrap dom4j jackson jquery mybatis mybatis-generator pagehelper shiro spring springframework springmvc yan yan-frame

Last synced: 29 Oct 2025

https://github.com/devlive-community/authx

AuthX 是一个简单、易用的开源权限管理平台。它旨在帮助开发者轻松地实现基于角色的访问控制(RBAC)和权限管理。

java jwt spring spring-boot spring-security

Last synced: 06 Jul 2025

https://github.com/bes2008/agileway

提供Java、Web、各种类库增强,尽量避免996 。目前已支持 feign, redis, datasource, shiro, httpclient, rest, codec, serialize, jersey, 多种ssh client 等

csrf feign fst hessian http-client kryo protostuff redis shiro spring xss

Last synced: 13 Apr 2025

https://github.com/codelytv/kotlin-api-skeleton

💎 Kotlin Hexagonal HTTP API template to create your new projects

api hexagonal kotlin spring spring-boot testing

Last synced: 26 Apr 2025

https://github.com/kevingrajeda/tailwindcss-spring

A plugin for Tailwind CSS that adds spring animations using linear(), define just two parameters and let the plugin do the rest.

animation bounce linear spring tailwind tailwindcss tailwindcss-plugin transition

Last synced: 01 Nov 2025

https://github.com/effective-dev-opensource/effective-office

The main goal of the project is the automation of various processes in the office and providing interesting statistics for employees.

automation calendar compose-ios compose-multiplatform google-calendar google-calendar-api kmp kotlin kotlin-multiplatform kotlin-native office spring spring-boot spring-kotlin

Last synced: 13 Oct 2025

https://github.com/yevheniyj/springboot

Sample(Spring Boot + Spring MVC + Spring Security + Thymeleaf + Web jars)

java spring spring-boot

Last synced: 25 Oct 2025

https://github.com/innoq/hotwire-demo

Showcasing the integration of the different hotwire.dev parts into a typical Spring Boot Webapp

hotwire hotwire-turbo java spring spring-boot spring-mvc thymeleaf

Last synced: 09 Apr 2025

https://github.com/spring-projects-experimental/spring-ai-mcp

Java SDK for the Model Context Protocol (MCP), providing seamless integration between Java and Spring applications and MCP-compliant AI models and tools.

ai java mcp spring

Last synced: 22 Mar 2025

https://github.com/albertoimpl/k8s-for-the-busy

Kubernetes for the busy developer - A practical guide

docker gradle java jib k8s kubernetes spring spring-boot

Last synced: 22 Mar 2025

https://github.com/idugalic/reactive-company

Example of reactive web application. Java. Spring 5. Reactive Streams. Docker.

back-pressure elastic java mongodb reactive reactive-streams reactor resilent responsive spring tailable thymeleaf

Last synced: 15 Oct 2025

https://github.com/omkar13/Video-conferencing-web-application

Developed a multi-party video conferencing and web chat application using WebRTC, Javascript and Web-sockets with features such as canvas sharing, presentation sharing and video sharing.

css fabricjs html java javascript kurento-client spring webrtc websocket

Last synced: 02 May 2025

https://github.com/willing-xyz/restdoc

在运行时,使用Javadoc文档注释生成Swagger/OpenAPI规范

javadoc javadoc-swagger spring springboot springfox springmvc swagger swagger-ui

Last synced: 29 Oct 2025

https://github.com/lightbend/kalix-jvm-sdk

Java and Scala SDKs for Kalix

java scala serverless spring

Last synced: 02 Apr 2026

https://github.com/rkonovalov/jfilter

JFilter library for filtering REST Spring Web Service type application responses.

filter jackson java json spring spring-boot spring-mvc springboot springframework xml

Last synced: 21 Aug 2025

https://github.com/kciter/thing

A rule-based entity management library written in Kotlin

dsl entity kotlin model object spring validation validator

Last synced: 12 Apr 2025

https://github.com/mtwn105/GitHubWrapped

GitHub Wrapped - Your Year in Code

code github githubwrapped next nextjs spring spring-boot wrapped

Last synced: 28 Sep 2025

https://github.com/blue-veery-gmbh/spring-rest-2-ts

spring rest 2 ts is typescript generator which produces data model and services in typescript based on Spring MVC annotations. It supports generation for Angular and React

angular angular2-jsonapi gson jackson java jax-rs react spring typescript typescript-generator

Last synced: 20 Aug 2025

https://github.com/f-lab-edu/yousinsa

MUSINSA 같은 온라인 편집샵 대용량 서버

e-commerce fashion michael spring

Last synced: 23 Apr 2025