You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I modify the database structure and need to update JOOQ, the RunCodegen.java file no longer works because the database information has been moved from application.conf to storage-config.yaml. Additionally, since the file type has changed from .conf to .yaml, the previous library seems unable to directly parse the new database information.
The text was updated successfully, but these errors were encountered:
Currently, when I modify the database structure and need to update JOOQ, the
RunCodegen.java
file no longer works because the database information has been moved fromapplication.conf
tostorage-config.yaml
. Additionally, since the file type has changed from.conf
to.yaml
, the previous library seems unable to directly parse the new database information.The text was updated successfully, but these errors were encountered: