ESIPFed / Geoweaver

boost data pipeline's tangibility, enhance research productivity, reduce work anxiety
https://geoweaver.dev
MIT License
81 stars 45 forks source link

Allow production use of Geoweaver to overwrite the database configuration #411

Closed ZihengSun closed 5 months ago

ZihengSun commented 1 year ago

This is actually natively supported by spring boot, and we just need to create a documentation to show people how to do it to change database from H2 to production oriented databases.

ZihengSun commented 5 months ago

This is done by @saivivek116 and @gokulprathin8 Now people can configure the database from outside. People can write an application.properties and Geoweaver will pick it up to overwrite the fields in its default.

To switch to other database, please follow: https://geoweaver.dev/blog/switch-database/