All Projects → g00glen00b → Spring Samples

g00glen00b / Spring Samples

A series of examples used to demonstrate certain features of Spring.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Samples

Sample Zuul Filters
Samples of custom Zuul 1 filters for use in Spring Cloud Netflix
Stars: ✭ 201 (+30.52%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-cloud-netflix
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+883.12%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-security
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (+20.78%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-security
Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (+109.74%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-security
Chaos Monkey Spring Boot
Chaos Monkey for Spring Boot
Stars: ✭ 646 (+319.48%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-cloud-netflix
Mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Stars: ✭ 54,797 (+35482.47%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-security
Spring Cloud Microservices Development
Spring Cloud Microservices Development.《Spring Cloud 微服务架构开发实战》
Stars: ✭ 106 (-31.17%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-cloud-netflix
Spring Cloud Study
spring-cloud学习
Stars: ✭ 108 (-29.87%)
Mutual labels:  spring-boot, spring, spring-cloud, spring-security
Javadevjournal
Source code for the tutorials published on the Javadevjournal site.
Stars: ✭ 141 (-8.44%)
Mutual labels:  spring-boot, spring-cloud, spring-security
Learning Path Spring Boot Microservices
Curated path for learning Spring Boot & Microservices based on published videos in TechPrimers
Stars: ✭ 116 (-24.68%)
Mutual labels:  spring-boot, spring-cloud, spring-security
Cloud Book
《Spring Cloud 微服务架构进阶》各章节附录源码
Stars: ✭ 142 (-7.79%)
Mutual labels:  spring-boot, spring-cloud, spring-security
Stock Price Viewer Microservices Part1
Spring Cloud services with 5 microservices - End to End Example
Stars: ✭ 115 (-25.32%)
Mutual labels:  spring-boot, spring-cloud, spring-cloud-netflix
Spring Cloud Build
Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Stars: ✭ 114 (-25.97%)
Mutual labels:  spring-boot, spring, spring-cloud
Milkomeda
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
Stars: ✭ 117 (-24.03%)
Mutual labels:  spring-boot, spring, spring-security
Spring Thrift Starter
Set of cool annotations that helps you building Thrift applications with Spring Boot
Stars: ✭ 151 (-1.95%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (-21.43%)
Mutual labels:  spring-boot, spring, spring-security
Spring Cloud Example
Stars: ✭ 111 (-27.92%)
Mutual labels:  spring-boot, spring, spring-cloud
Securing Rest Api Spring Security
Spring Boot 2.2.x + Spring 5.2.x Rest Api Security Example
Stars: ✭ 117 (-24.03%)
Mutual labels:  spring-boot, spring, spring-security
Cas Security Spring Boot Starter
Spring boot starter for Apereo CAS client fully integrated with Spring security
Stars: ✭ 129 (-16.23%)
Mutual labels:  spring-boot, spring, spring-security
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 1,829 (+1087.66%)
Mutual labels:  spring-boot, spring, spring-cloud

Example applications using Spring boot

This is a collection of small applications demonstrating certain features of Spring boot. Most of these are covered as well in my blog posts.

Contents

Blog post GitHub
Writing your first Spring webapp with Spring Boot spring-boot-webapp
JPA made easy with Spring data's repositories spring-boot-jpa-webapp
Handling errors with Spring MVC spring-boot-jpa-error-webapp
Using Docker containers for your Spring boot applications spring-boot-jpa-docker-webapp
Take your Spring apps to the cloud with Bluemix and Docker sping-boot-jpa-docker-bluemix-webapp
Internationalization (i18n) with Spring spring-boot-i18n-webapp
Handling forms with Spring Web and JSR-303 spring-boot-form
Producing REST API's with Spring spring-boot-rest
Consuming REST API's with Spring spring-boot-rest
Documenting your REST API with Swagger and Springfox spring-boot-swagger
Exploring contract first options with Swagger spring-boot-swagger
Using Ehcache 3 with Spring boot spring-boot-ehcache
Using the Netflix stack with Spring boot: Eureka spring-boot-eureka
Using the Netflix stack with Spring boot: Ribbon spring-boot-eureka
Using the Netflix stack with Spring boot: Hystrix spring-boot-hystrix
Mapping with Dozer spring-boot-jpa-dozer-webapp
Mapping beans with MapStruct spring-boot-jpa-mapstruct-webapp
Getting started with Spring boot 2.0 spring-boot-2-web-crawler
Validating the input of your REST API with Spring spring-boot-validation
Working with Spring boot and GraphQL spring-boot-graphql
Indexing documents with Spring batch spring-boot-solr-batch
Generating documentation for your REST API with Spring REST Docs spring-boot-restdocs
Generating documentation for your REST API with Spring and Swagger spring-boot-swagger-static-docs
Reactive relational databases with R2DBC and Spring spring-boot-r2dbc
Reactive streams over the network with RSocket spring-boot-rsocket
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].