[go: nahoru, domu]

Skip to content

Rookout/java-tutorial-2022

 
 

Repository files navigation

Java Containerized Application Sample

This application is an example application for the Rookout Java Agent tutorial.

Run it in a few simple steps:

  1. Build the container using Docker - docker build . -t rookout-java-todo.
  2. Run the built container using docker run -it -p 8080:8080 rookout-java-todo
  3. Check out your brand new web app at http://localhost:8080.
  4. You may also test your container with TODO backend project by going to https://www.todobackend.com/specs/index.html?http://localhost:8080/todos.

It was forked off this open source project and containerized.

About

Java Containerized Application Sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 38.0%
  • Java 27.3%
  • JavaScript 22.1%
  • HTML 10.9%
  • Dockerfile 1.7%