Externalized Configuration

Hello,

is there any way to externalize the configuration like in spring boot projects?

My goal is to deploy my vaadin application multiple times on the same tomcat-server but to connect them to different datasources.

Thanks