COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200706145318/https://github.com/topics/springbootadmin
Here are
22 public repositories
matching this topic...
Updated
Jun 10, 2020
Java
🔥 Spring-Boot-Plus is a easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. 🚀
A demo project for Spring Boot / Data / security, social / oauth2 logons, JWT, Mongo, SpringBootAdmin, Docker, docker-compose and stateless apps
SpringBoot2脚手架结合Spring Boot Admin、SpringSecurity、JWT认证、Mybatis Plus、Spring Cache、Redis、Hibernate Validator、WebSocket、jasypt 配置文件加密、分布式锁、分布式任务调度、异步日志、权限管理、用户管理、角色管理
Updated
Jul 26, 2019
Java
upms微服务化开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰。
Updated
Oct 29, 2019
Java
Spark 开发平台基于 Spring Cloud Hoxton 、Spring Boot 2.2、 OAuth2 、Security、flowable、vue-element前后端分离的脚手架平台
Updated
Jun 24, 2020
JavaScript
SpringCloud微服务系统脚手架。集成了Zuul网关,Eureka注册中心,SpringBootAdmin监控,可以在网关层查看所有服务的Swagger-Api。
一个简单springcloud的实践。技术栈:spring-cloud-starter-netflix-eureka-server,、spring-cloud-starter-netflix-eureka-client、spring-cloud-starter-netflix-ribbon、spring-cloud-starter-openfeign、spring-cloud-starter-hystrix、spring-boot-admin-starter-client、spring-boot-admin-starter-server
Spring Boot like Actuators for Alfresco Content Services
Updated
Jun 23, 2020
Java
a simple executable template of a Python Flask application registering itself as a component to a Spring Boot Admin server
Updated
Dec 4, 2019
Python
Containerized Spring Boot microservices with supporting infrastructure services
Updated
Feb 26, 2020
Java
基于spring boot常用开发组件的后台快速开发框架
springBootAdmin server端服务,和client配置
Updated
Oct 16, 2017
Java
Updated
Apr 14, 2020
Java
⚡ 基于springboot+MyBatis+FreeMarker+redis+nginx+Echarts+druid等技术的JavaWeb项目------恋家房产平台(采用B/S架构,项目包含前后台,分为前台展示系统及后台管理系统。前台系统包含首页门户、登录注册、房产推荐、房产详情、热门房产、房产及小区搜索、经纪人列表及经纪机构创建、创建房产、房产百科、地图找房、用户个人中心、房产评论、房产打分等模块。 后台管理系统包含房产信息管理、用户管理、管理员管理、小区信息管理、博客管理、评论管理、经纪人管理、系统统计与多种图表展示、数据报表导入导出等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Updated
Apr 21, 2020
Java
Updated
Mar 19, 2020
Java
A simple example for spring boot admin server
Updated
Sep 15, 2018
Java
Spring Cloud Demo Application using Eureka, Zuul, Hystrix
Updated
Nov 30, 2018
Java
Route planner based on public transport in Vinnytsia(Ukraine). Implemention on Spring framework. Using several db on other branch
Improve this page
Add a description, image, and links to the
springbootadmin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
springbootadmin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
直接npm i &&npm run dev无法直接跑起项目 ,现在卡在mock模拟初始数据这个块,看配置用的是webpack4 & babel 7 ,找了网上的.babel 7配置
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
},
"useBuiltIns": "usage"
}]
],
"plugins": ["transform-vue-jsx","@babel/plugin-syntax-dynamic-import"]
}
目前跑起来,但console报错