项目作者: mbennett

项目描述 :
Spring Cloud example for deployment to Pivotal Cloud Foundry PWS
高级语言: Shell
项目地址: git://github.com/mbennett/simple-service.git
创建时间: 2018-03-20T22:27:45Z
项目社区:https://github.com/mbennett/simple-service

开源协议:

下载


simple-service

This is a simple microservice that has the following dependencies:

  • config-client
  • service-registry

The service can be deployed to cloud foundry as long as there is a service registry and a config server available (see manifest.yml for details). The config file simple-service-dev.yml needs to be pushed to the config server.

This is a Maven version of https://github.com/sdesa/simple-service (which uses Gradle) along with any changes I might make.