How to serve generated static HTML file with Jersey 2?

296 views Asked by At

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.

0

There are 0 answers