-
Feature Request
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Moved from https://github.com/camunda/camunda-bpm-spring-boot-starter/issues/130
I just set up a springboot/webapp application against an existing db ... failed due to different history-levels. Then I switched to "auto" and it worked.
I suggest making "auto" the default for spring boot apps ... if the db is not configured so far, "auto" will result in "audit" (the camunda default) anyway, but it safes the trouble of adding the config to the yaml if it is not.
Comment by Sebastian Menski: