Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 803 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 803 Bytes

Ktor application made for quickly demonstrating Spring projects on our Java lessons.

Spring launcher:

  • Starts a fresh Postgres container
  • Builds the project
  • Injects a fitting database configuration
  • Runs the project in an exposed docker container
  • Forwards all logs to the website in real-time

How to deploy spring launcher on your host

Run configure.sh for setting the docker image, network name, exposed port and channel/stream buffer sizes.

Next run gradle prepare for building the docker launcher image and the React frontend

Now you're ready to run gradle run for starting the launcher