I’m trying to work out how exactly to do this, it appears like it is possible based on the following:
Formkey - resolve embedded:app: fails with spring-boot and the github issue links seem to show this as resolved.
How ever I just get an endless loading spinner when using embedded:app:forms/test_form.html
as the formKey
and having created src/main/resources/forms/test_form.html
my boot app does extend SpringBootProcessApplication
Any ideas what I am doing wrong?