Update the configuration of the duality view builder component to account for existing schemas not managed by JPA: 1. Make the duality view builder a @Bean so Spring Boot apps can override it with @Primary. Currently it is a final @Component 2. If JPA ddl-auto settings are present, use those 3. If custom DV ddl-auto settings are present (which must be introduced as a configuration properties), use this over JPA ddl-auto