a13a

Results 6 comments of a13a

I used quartz scheduler for crons, but there is the issue that the application might be clustered, so you have to provide a mechanism to place a DB lock (so...

Eventually it could be implemented like an "action" button, that would trigger an external interface, so that the cron would be decoupled from the admin, and if somebody already has...

It would be a very useful feature, but it would ideally use an external interface (separate project) that actually does the import/export. This is often required in projects (setup initial...

Hi! I was thinking about a java library. I often need to import sample data into my spring boot projects, and it always is not as simple as I would...

This custom CSV data format can be generated from existent data, but often is hand written. I use it for setting up the initial data/system data, and it can be...

I mentioned different database instances because usually partial export from one database will not import successfully on a different database, because entity id's are generated differently and do not map...