Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Eladmin | 19,484 | 5 days ago | 37 | apache-2.0 | Java | |||||
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由 | ||||||||||
Litemall | 17,797 | 14 days ago | 1 | April 25, 2020 | 33 | mit | Java | |||
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端 | ||||||||||
Spring Boot Admin | 11,588 | 838 | 58 | a day ago | 81 | September 16, 2022 | 45 | apache-2.0 | Java | |
Admin UI for administration of spring boot applications | ||||||||||
Newbee Mall | 9,675 | 2 months ago | gpl-3.0 | Java | ||||||
🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+OpenFeign+ELK)。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。 | ||||||||||
Spring Cloud Platform | 5,611 | a year ago | 2 | other | Java | |||||
🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新 | ||||||||||
Lamp Cloud | 4,809 | a month ago | 5 | apache-2.0 | Java | |||||
lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot 开发的微服务中后台快速开发平台,专注于多租户(SaaS架构)解决方案,亦可作为普通项目(非SaaS架构)的基础开发框架使用,目前已实现插拔式数据库隔离、SCHEMA隔离、字段隔离 等租户隔离方案。 | ||||||||||
Springboot Shiro Vue | 4,192 | 4 months ago | mit | Java | ||||||
提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。(当前新版本已移除shiro依赖,简化了配置) | ||||||||||
Eladmin Web | 4,053 | a day ago | 1 | August 11, 2021 | 3 | apache-2.0 | Vue | |||
eladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由 | ||||||||||
Light Task Scheduler | 2,963 | 8 | 1 | 5 months ago | 6 | March 06, 2017 | 128 | apache-2.0 | Java | |
Distributed Scheduled Job Framework | ||||||||||
Scm Biz Suite | 2,033 | 2 months ago | 9 | Java | ||||||
供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。 |
This community project provides an admin interface for Spring Boot ® web applications that expose actuator endpoints.
Monitoring Python applications is available using Pyctuator.
In the Spring Boot Admin Server App, the Spring Boot Admin's version matches the major and minor versions of Spring Boot.
Spring Boot Version | Spring Boot Admin |
---|---|
2.6 | 2.6.Y |
2.7 | 2.7.Y |
3.0 | 3.0.Y |
Nevertheless, it is possible to monitor any version of a Spring Boot service independently of the underlying Spring Boot version in the service. Hence, it is possible to run Spring Boot Admin Server version 2.6 and monitor a service that is running on Spring Boot 2.3 using Spring Boot Admin Client version 2.3.
A quick guide to get started can be found in our docs.
There are introductory talks available on YouTube:
Cloud Native Spring Boot® Admin by Johannes Edmeier @ Spring I/O 2019
Monitoring Spring Boot® Applications with Spring Boot Admin @ Spring I/O 2018
Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime
Having trouble with codecentric's Spring Boot Admin? We’d like to help!
Check the reference documentation.
Ask a question on stackoverflow.com - we monitor questions tagged with spring-boot-admin
.
Ask for help in our spring-boot-admin Gitter chat
Report bugs at http://github.com/codecentric/spring-boot-admin/issues.
The following reference guides have been translated by users of Spring Boot Admin and are not part of the official bundle. The maintainers of Spring Boot Admin will not update and maintain the guides mentioned below.
Version 2.6.6 (Chinese translated by @qq253498229)
The source code of codecentric's Spring Boot Admin is licensed under Apache License 2.0
Spring, Spring Boot and Spring Cloud are trademarks of Pivotal Software, Inc. in the U.S. and other countries.
You can access snapshot builds from the github snapshot repository by adding the following to your repositories
:
<repository>
<id>sba-snapshot</id>
<name>Spring Boot Admin Snapshots</name>
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
See CONTRIBUTING.md file.