Skip to content

Latest commit

 

History

History

README.md

Java Sample Apps

Running the apps

  1. Make sure you compiled a local version of Zen by running make build in the root directory of the project.
  2. Start databases by going to databases/ and running :
docker-compose up --build
  1. Visit your sample app of choice and run one of the following commands (both use nohup so you'll see no output) :
make run # This will run with Zen
make runWithoutZen # The port number will be the original + 1.

Overview

Here is an overview of all of our sample apps together with their port numbers.

Spring MVC Apps

Webflux Apps

Other frameworks

Clojure