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