Spring Boot
Spring Boot is a coding and configuration model for Java applications. Spring was developed by Pivotal Software.
Here are 18,726 public repositories matching this topic...
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Dec 27, 2019 - Java
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
-
Updated
Dec 27, 2019 - Java
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
-
Updated
Dec 27, 2019 - Java
Overview of the feature request
When having entities with many fields, having them in the entity-update.component.ts file could be tedious. Also, when coding side-by-side it will force me to duplicate my code for creating the form, updating the form and for creating the entity from form (those can be big methods).
**Motivation for or Use
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud、Spring Security & Spring Security OAuth2,博客Spring系列源码
-
Updated
Dec 27, 2019 - Java
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端
-
Updated
Dec 27, 2019 - Java
Spring Boot基础教程,Spring Boot 2.x版本连载中!!!
-
Updated
Dec 27, 2019
一款基于代码生成器的JAVA快速开发平台(低代码开发平台),开源界“小普元”超越传统商业企业级开发平台!采用前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式(OnlineCoding模式-> 代码生成器模式-> 手工MERGE智能开发),帮助Java项目解决70%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。JeecgBoot还独创在线开发模式(No代码):在线表单配置(表单设计器)、移动配置能力、在线工作流配置(流程设计器)、在线报表配置、在线图表配置、插件能力(可插拔)等等
-
Updated
Dec 27, 2019 - Java
Add examples.
use spring boot 2.1.3.RELEASE,spring cloud Greenwich.SR1,with spring boot admin 2.1.3。
now ,spring boot admin client register its self to admin server, admin server get client application actuator info use spring security basic 。
we protect our micro service application with spring security oauth2,how can I do?
thanks!
i find the root cause of this issue
see config/Docker.file
HEALTHCHECK --interval=10s --timeout=3s CMD curl -f http://localhost:8888/actuator/health || exit 1
values of 10s for interval and 3s for connect timeout is both too small, when the docker machine have a bit lo
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
-
Updated
Dec 27, 2019 - Java
hsweb (haʊs wɛb) 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:便捷的通用增删改查,强大的权限管理,动态多数据源,动态表单,在线数据库维护等. 基于 spring-boot,mybaits.
-
Updated
Dec 27, 2019 - Java
:seedling::rocket:一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
-
Updated
Dec 27, 2019 - Java
Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等
-
Updated
Dec 27, 2019 - Java
- Version: 2.9.2
- What kind of issue is this? Feature Request
Hello, we started using SpringFox, and we don't want to generate any tag at document root level.
For example, right now, if I have a Controller like this.
@RestController
@RequestMapping("/publicapi/v1/trips")
public class TripPublicController {
...
}
Then the swagger document contains default tags lik
Spring Boot 2.2.1,Shiro1.4.2 & Layui 2.5.5 权限管理系统。预览地址:https://shiro.mrbird.cn:8080
-
Updated
Dec 27, 2019 - Java
The document is as follows:
2.8. Disabling Ribbon with Eureka Server and Client starters
spring-cloud-starter-netflix-eureka-server and spring-cloud-starter-netflix-eureka-client come along with a spring-cloud-starter-netflix-ribbon. Since Ribbon load-balancer is now in maintenance mode, we suggest switching to using the Spring Cloud LoadBalancer, also included in Eureka starters, i
看到不少很长的SQL
例如:
Hibernate: select collect0_.id as col_0_0_, collect0_.title as col_1_0_, collect0_.type as col_2_0_, collect0_.url as col_3_0_, collect0_.logo_url as col_4_0_, collect0_.user_id as col_5_0_, collect0_.remark as col_6_0_, collect0_.description as col_7_0_, collect0_.last_modify_time as col_8_0_, collect0_.create_time as col_9_0_, user1_.user_name as col_10_0_, user1_.profile_picture as col_11_
Cloud-Admin是国内首个基于Spring Cloud微服务化开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Spring Boot2以及Spring Cloud Gateway相关核心组件,前端采用vue-element-admin组件。
-
Updated
Dec 27, 2019 - JavaScript
该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的前后端分离实践项目,线上博客项目,企业大型商城系统等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。
-
Updated
Dec 27, 2019 - Java
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
-
Updated
Dec 26, 2019 - Java
Created by Pivotal Software
Released October 1, 2002
Latest release 24 days ago
- Repository
- spring-projects/spring-framework
- Website
- spring.io
- Wikipedia
- Wikipedia

In 2.2, we introduced
@ConditionalOnAvailableEndpointso that an endpoint is now only auto-configured if it's available. Being available means that an endpoint is both enabled and exposed (made remotely accessible) over HTTP or JMX. The documentation is out of date at the moment as it states that an endpoint's enabled property "controls whether or not the endpoint is created and its bean exists