redhat-helloworld-msa / Ola

Licence: apache-2.0
Microservice using Spring Boot

Programming Languages

java
68154 projects - #9 most used programming language

ola

ola microservice using Spring Boot

The detailed instructions to run Red Hat Helloworld MSA demo, can be found at the following repository: https://github.com/redhat-helloworld-msa/helloworld-msa

Build and Deploy ola locally

  1. Open a command prompt and navigate to the root directory of this microservice.

  2. Type this command to build and execute the microservice:

     mvn clean compile spring-boot:run
    
  3. The application will be running at the following URL: http://localhost:8080/api/ola

Deploy the application in OpenShift

  1. Make sure to be connected to the OpenShift

  2. Execute

     mvn package fabric8:deploy
    
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].