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
Inspired by the spring security oauth2 provider plugin.
I think it would be nice to have a GormJobStore that used GORM objects instead of using a JDBC directly. It would also have the benefit of integrating with the database-migration plugin using dbm-gorm-diff.
It would be a little tedious but not too difficult. We could use JobStoreSupport as a guide.
The text was updated successfully, but these errors were encountered:
Inspired by the spring security oauth2 provider plugin.
I think it would be nice to have a GormJobStore that used GORM objects instead of using a JDBC directly. It would also have the benefit of integrating with the database-migration plugin using dbm-gorm-diff.
It would be a little tedious but not too difficult. We could use JobStoreSupport as a guide.
The text was updated successfully, but these errors were encountered: