Skip to content

Latest commit

 

History

History
 
 

guestbook-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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