Skip to content
#

Spring Boot

spring-boot logo

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...

wilkinsona
wilkinsona commented Oct 30, 2019

In 2.2, we introduced @ConditionalOnAvailableEndpoint so 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

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated Dec 27, 2019
  • Java
generator-jhipster

一款基于代码生成器的JAVA快速开发平台(低代码开发平台),开源界“小普元”超越传统商业企业级开发平台!采用前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式(OnlineCoding模式-> 代码生成器模式-> 手工MERGE智能开发),帮助Java项目解决70%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。JeecgBoot还独创在线开发模式(No代码):在线表单配置(表单设计器)、移动配置能力、在线工作流配置(流程设计器)、在线报表配置、在线图表配置、插件能力(可插拔)等等

  • Updated Dec 27, 2019
  • Java
beijixing1745
beijixing1745 commented Jul 1, 2019

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!

sp4ce
sp4ce commented Dec 19, 2019
  • 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

lanmolsz
lanmolsz commented Dec 17, 2019

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

linkerlin
linkerlin commented Sep 28, 2018

例如:
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

Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!

  • Updated Dec 27, 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

Related Topics

spring java spring-security
You can’t perform that action at this time.