Git Product home page Git Product logo

sbms-greeting's Introduction

Spring Boot Microservices - Greeting Service

Jenkins Job Configuration

  1. On the main Jenkins dashboard page, click "New Item".
  2. Enter "sbms-greeting" in the "name" field, select "Pipeline", and click "OK".
  3. Scroll down to the "Pipeline" section and in "Definition" select "Pipeline script from SCM".
  4. In "SCM", select "Git".
  5. In "Repository URL", enter "https://github.com/jeromy-vandusen-obs/sbms-greeting.git".
  6. Deselect "Lightweight checkout" and click "Save".

Profiles

To run locally for development purposes, use the dev profile.

To run in a Docker swarm, use the swarm profile.

Environment variables

  • EUREKA_INSTANCE_LIST: A comma-separated list of Eureka discovery service URLs. The default value is http://localhost:8761/eureka/.

Endpoints

  • /identity: provides information about the service, including the service name as it appears in Eureka, the version number, and the API level, which is an integer value representing the highest version number that appears in an endpoint path. For example, if the only endpoint defined in the service has as its path /v1/getStuff, then the API level is 1. If there are two endpoints with paths /v1/getStuff and /v2/getNewerStuff, then the API level is 2.
  • /api: provides a list of all endpoints defined for the server. This list does not include Actuator endpoints.

To Do

  • Add security.
  • Add a dependent service and implement the /dependencyHealth endpoint.

sbms-greeting's People

Contributors

jeromy-vandusen-obs avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.