I need to set the jvmRoute used by Spring Boot's embedded tomcat, but it looks like the only easy way I can do this is by passing in a jvm argument, e.g: -DjvmRoute=myroute
I'd rather set this property in application.properties. Is the jvm argument my only option, or am I missing something?