简体   繁体   中英

Custom properties or .ddl for JdbcRepository

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM