Spring Boot and static resources

I am trying to configure my Camunda tasklist with the Spring Boot starter.

But I can’t get my Spring Boot application to serve my static config.js file.

Where do I put my files to have them served?

Docs for tasklist configuration:
https://docs.camunda.org/manual/7.6/webapps/tasklist/configuration/

Docs for static resources in Spring Boot:
http://docs.spring.io/spring/docs/4.3.7.RELEASE/spring-framework-reference/htmlsingle/#mvc-config-static-resources

I think the answer might be right in front of me, but I can’t figure it out :slight_smile:

Anything special about the Camunda Spring Boot starter that I should be aware of?

This works without the camunda starter, so I create an issue to the spring boot starter project at github: