Skip to content

Instantly share code, notes, and snippets.

@yogendra
Last active May 3, 2019 01:16
Show Gist options
  • Save yogendra/82cb7145a275de4755be976a1ddc43be to your computer and use it in GitHub Desktop.
Save yogendra/82cb7145a275de4755be976a1ddc43be to your computer and use it in GitHub Desktop.
Cloud Native Workshop - Board

Cloud Native Workshop

Spring Boot to PCF Repository

Prerequisites

  • Lombok Plugin on Eclipse
  • Curl for Windows
  • CF CLI
    • Follow the instructions on PWS. If you are unable to run installer then,
    • Download zip from Cloudfoundry/cli
    • Extract it
    • Move cf.exe to a directory that is on PATH environment variable. You may create a new directory and add to PATH variable
  • Set proxy for terminal apps
    • On Windows
      set HTTP_PROXY=your_proxy_host_and_port
      set HTTPS_PROXY=%HTTP_PROXY%
      set NO_PROXY=localhost,127.0.01
      

Part 1

Code Snippets Spring Boot App

Part 2

SCS Config Server

SCS Eureka Server

SCS Clients

Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment