项目作者: andifalk

项目描述 :
Demo for Spring Cloud Finchley Release
高级语言: Kotlin
项目地址: git://github.com/andifalk/spring-cloud-finchley-demo.git
创建时间: 2018-06-05T17:14:42Z
项目社区:https://github.com/andifalk/spring-cloud-finchley-demo

开源协议:

下载


Demos for Spring Cloud Finchley Releasetrain

This project includes demos for Spring Cloud Finchley Release

Target of this project

Provide small demos for most of the spring cloud parts like

  • Spring Cloud Function
  • Spring Cloud Gateway
  • Spring Cloud Config
  • Spring Cloud Stream
  • Spring Cloud Sleuth
  • Spring Cloud Consul
  • Spring Cloud Contract
  • Spring Cloud Vault

Technical constraints

  • All components should connect securely e.g. using HTTPS only
  • All components should use HTTP/2 protocol instead of HTTP 1.1 (if possible)

Available demo applications

  • customer-backend: A reactive spring boot 2 web application (netty, reactor, webflux, reactive mongodb)
  • book-backend: A blocking spring boot 2 web application (tomcat, spring mvc, jpa, h2)
  • cloud-gateway-server: Spring cloud gateway application

Known issues