Is it possible to dynamically generate Spring Boot application properties based on external configuration files or a database at runtime, without requiring a restart of the application?
insights into the feasibility of achieving this requirement and suggest possible approaches or techniques that can be used to implement such functionality.