Skip to content

dmhdeveloper/RestExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestExample

Simple rest app

Building the application

mvn clean install

Building the docker image

docker build -t rest .

Running the docker image

docker run -p 8080:8080 -p 8787:8787 -p 9090:9090 -v {base directory of system}:/usr/src/mount --rm --name rest -d rest

Swagger URL

http://localhost:8080/swagger-ui.html

Admin Console

To run the application with Spring Admin Console

Run With Admin Console

(Attached to the current terminal session)

$ docker-compose build && docker-compose up

Admin Console: http://localhost:7070

About

Simple Dockerized Rest application with basic app monitoring and some tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors