Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 462 Bytes

Readme.md

File metadata and controls

12 lines (8 loc) · 462 Bytes

Guestbook-service

Build and Deploy guestbook-service locally

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

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

     mvn wildfly-swarm:run
    
  3. This will create a uber jar at target/guestbook-service-swarm.jar and execute it.

  4. The application will be running at the following URL: http://localhost:8080/api/messages