Springboot

Open-source projects categorized as Springboot

Top 23 Springboot Open-Source Projects

  • jeecg-boot

    🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。

  • APIJSON

    🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • springboot-learning-example

    spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。

  • swoft

    🚀 PHP Microservice Full Coroutine Framework

  • hertzbeat

    HertzBeat is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.

    Project mention: Apache HertzBeat(incubating) Another Prometheus, Zabbix | news.ycombinator.com | 2024-04-17

    It seems that the deleted post cannot be reposted due to mistaken operation. Can the administrator help to restore the deleted post? Thank you.

    Hi,

    This is an open-source project that I have been developing full-time for over two years.

    Name HertzBeat, in terms of functionality, it is similar to Prometheus and Zabbix.

    Recently, the project has just entered the Apache Foundation Incubator.

    Here, I want to share it with HN readers.

    In a word, it is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building capabilities.

    github: https://github.com/apache/hertzbeat

    I hope this product is helpful and any feedback (even negative) would bring me joy.

  • SuperMarket

    设计精良的网上商城系统,包括前端、后端、数据库、负载均衡、数据库缓存、分库分表、读写分离、全文检索、消息队列等,使用SpringCloud框架,基于Java开发。该项目可部署到服务器上,不断完善中……

  • sureness

    A simple and efficient security framework that focus on protection of API.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • E-commerce-project-springBoot

    This a web application Java Based Beginner level project To developing the e-commerce website to Buy/sell the Food Item. We use the Spring Boot to build the back-end part

    Project mention: Contributing to a JavaScript project! | dev.to | 2023-12-14

    Last month, I worked on the Java Spring Boot project, E-commerce-project-springBoot. I previously had plans to continue building on my fixes and completely fix the update products part of the app. However, since a few weeks have passed, and only one of my two pull requests have been reviewed, I decided to look elsewhere for a more active project to contribute to.

  • SBSCAN

    SBSCAN是一款专注于spring框架的渗透测试工具,可以对指定站点进行springboot未授权扫描/敏感信息扫描以及进行spring框架漏洞扫描与验证的综合利用工具。 [SBSCAN is a penetration testing tool focused on the spring framework that can scan springboot sensitive information/unauthorized for specified sites and scan and validate spring related vulnerabilities]

    Project mention: A penetration testing tool for the spring framework | /r/cybersecurity | 2023-10-27

    $ git clone https://github.com/sule01u/SBSCAN.git $ cd SBSCAN $ pip3 install -r requirements.txt $ python3 sbscan.py --help

  • cloudopt-next

    A simple and modern Java and Kotlin vert.x web framework

  • spring-dotenv

    Provides a Dotenv property source for Spring

    Project mention: Java Microservices with Spring Boot and Spring Cloud | dev.to | 2024-01-11

    At startup, these properties will be read using spring-dotenv.

  • Java-Backend

    These are resources, roadmaps, links to learn Java Backend :)

  • quantizr

    Quanta is an open-source CMS with ChatGPT and Social Media (Fediverse) features

  • spring-data-dynamodb

    This module deals with enhanced support for a data access layer built on AWS DynamoDB. (by boostchicken)

  • DB2Rest

    Instant low-code REST DATA API platform for databases.Combine your data with language models(LM/LLMS) to rapidly deliver context-aware, intelligent applications.

    Project mention: Expose your database as a REST API safely and without code | dev.to | 2024-04-11

    DB2Rest is open source middleware that offers a no-code way to safely expose data from your database for your applications to consume. It's runs as a service that you can host locally or in the cloud. It even has an easy to use Docker deployment.

  • ngrok-spring-boot-starter

    🚀 Spring Boot tunneling with Ngrok made easy! No matter if you are using Windows, Mac OS X, Linux or even Docker - ngrok binary will be chosen automatically 🤖 so you don't need to care about environment changing etc. auto-configuration magic 🧙‍♂️

  • spring-interview-questions-answers

    List of top best Spring framework Interview questions and answers including Spring Boot, MVC, Security, Core, etc. Most popular important frequently asked questions (FAQ) in spring for Freshers & Experienced professionals.

  • clojure-news-feed

    evaluating various technologies by implementing a news feed micro-service

  • chatvault

    WhatsApp convo backups.. Features directory import, auto email backup, and a user-friendly frontend. View messages effortlessly.

    Project mention: ChatVault - store your whatsapp messages | /r/SideProject | 2023-11-16
  • docker-compose-spring-boot-mysql

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

  • SpringUserFramework

    Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.

  • SpotifyBigPicture

    A Java/JavaScript-based fullscreen interface displaying your current music on Spotify in a beautiful little browser page

    Project mention: New to AWS. Want to get hired as a cloud engineer. Please recommend some hands-on projects and resources. | /r/AWSCertifications | 2023-07-08

    I would try to find an application that you use that may have a container option for deployment, and try hosting it yourself in aws. One that I recently set up is this project that just makes a nicer front end for Spotify: https://github.com/Selbi182/SpotifyBigPicture. I host mine in an ECS cluster, and with that, you expose yourself to a couple different concepts in AWS. Containers, VPC networking, DNS, potentially things like autoscaling and container insights. There are a lot of other applications you could use, that might even let you get into things like API gateway and databases.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-17.

Springboot related posts

Index

What are some of the best open-source Springboot projects? This list will help you:

Project Stars
1 jeecg-boot 37,622
2 APIJSON 16,614
3 springboot-learning-example 16,002
4 swoft 5,583
5 hertzbeat 4,479
6 SuperMarket 1,928
7 sureness 844
8 E-commerce-project-springBoot 403
9 SBSCAN 391
10 cloudopt-next 337
11 spring-dotenv 282
12 Java-Backend 250
13 quantizr 151
14 spring-data-dynamodb 145
15 DB2Rest 121
16 ngrok-spring-boot-starter 121
17 spring-interview-questions-answers 95
18 clojure-news-feed 78
19 chatvault 73
20 docker-compose-spring-boot-mysql 67
21 SpringUserFramework 57
22 SpotifyBigPicture 42
23 spring-data-search 22
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com