Custom properties or .ddl for JdbcRepository

130 Views Asked by At

I'm using quarkiverse/quarkus-jberet integration and everything works fine.
Moving to a jdbc repository I need to add schema to JBeret tables but I haven't found a solution because native JBeret method (that is passing a properties object with specific keys to customize or load a custom DDL) seems to be not supported. Any advice on how to bypass or solve this problem?

1

There are 1 best solutions below

0
Luca Basso Ricci On BEST ANSWER

As suggested by @Guillaume Smet I have integrated issue opened in quarkus-jberet extension repository