This repository demonstrates the evolution of a Java/SpringBoot based application to a Kotlin/SpringBoot application.
- RabbitMQ must be running.
- Change platform/configServer/src/main/resources/application.yml to point to the right directory.
Use ./run-platform.sh
to run and ./stop-platform.sh
to stop.
Use ./run-apps.sh
to run and ./stop-apps.sh
to stop.
- Run the platform services
- Run the applications
- Run the tests
Substitute gradlew.bat
for ./gradlew
.
Tags will be used along the way to mark significant points in the evolution.
running-java - A running Java application complete with tests.