databaseSchemaUpdate in application.properties

We deploy Flowable as a Spring Boot application. How can we set databaseSchemaUpdate to false in the application.properties file? We do not have an XML-file with all the bean-setup as shown in the docs.

not sure, but please try with,
databaseSchemaUpdate=false