My Maven build generates a static HTML based on Asciidoc sources. I would like to serve this file as a welcome page of my Jersey 2 application.
Please note I do not have any servlet configuration, as spring-boot-starter-jersey
handles this by itself.
I have struggled for some time now and I'm not sure there is an elegant to do this.