- Make sure you compiled a local version of Zen by running
make buildin the root directory of the project. - Start databases by going to databases/ and running :
docker-compose up --build- 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.Here is an overview of all of our sample apps together with their port numbers.
- SpringBoot MVC With Postgres on port
8080 - SpringBoot MVC With MySQL on port
8082 - SpringBoot MVC with Microsoft SQL on port
8086 - SpringBoot MVC with Postgres (Kotlin) on port
8092 - SpringBoot MVC with Postgres (Groovy) on port
8094 - SpringBoot MVC With SQLite on port
8100 - SpringBoot MVC v2.7 With Postgres on port
8104 - SpringBoot MVC With MongoDB on port
8106 - SpringBoot MVC With HyperSQL on port
8108
- SpringBoot Webflux with Postgres on port
8090
- Javalin App with Postgres on port
8088 - Javalin App with MySQL (Kotlin) on port
8098 - Ktor app with Postgres (Netty) on port
8096 - Restlet app with MySQL (Java) on port
8106
- Ring app with Postgres on port
8102