Skip to content

Used for microservice which returns project info on endpoint. And other custom stuff regarding TT project.

Notifications You must be signed in to change notification settings

TableTopLtd/tt-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableTop Main microservice

Build Status

When developing

Run

mvn clean package

from repo root directory.

To run application local jar, run:

java -jar api/target/*.jar

To test the service you should go to

http://localhost:8090/v1/demo/info

To see the info list.

Build docker image

docker build . -t tt-main:X

[Optional] Define your own X

Run application in Docker

docker run -p 8090:8090 tt-places:X

About

Used for microservice which returns project info on endpoint. And other custom stuff regarding TT project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages