Application properties
When using the Spring Boot Starter, configuration is managed throughapplication.yml or application.properties. See the configuration reference for all available atoti.what-if.* properties.
Persistence configuration
Hibernate properties for simulation persistence are provided through anIWhatIfPersistenceProperties bean. This bean can load properties from any source, such as a properties file, environment variables, or hardcoded values.
Example loading from a properties file:
Legacy configuration files
Location: the application-specific src/main/resources| File | Purpose |
|---|---|
| hibernate.properties | Configurations used when setting up the Hibernate implementation of the simulation persistence manager. |