Persisting WAR Database Configuration?
问题 I am developing a Spring Boot (with Hibernate and React front-end) that is deployed as a single-WAR file. During the first-usage, the administrator will use the web UI to configure the back-end database connection and setup an Administrator user. Since I won't be able to persist this to the database, I want to persist this to a file. Would using Hibernate H2's database to write this to a file for read on startup be a legitimate way to go? I wanted to prevent having them configure it via a