Check slides for the problem statement and explanation.
To start the slideshow:
- install Marp CLI
- execute
marp --server ./slides
- go to
http://localhost:8080/
- with Gradle
bootRun
:
gradle bootRun
As an executable jar:
gradle assemble && java -jar build/libs/driver-manager-classloading.jar