Closed ZihengSun closed 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/
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.