Skip to main content

Application properties

When using the Spring Boot Starter, configuration is managed through application.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 an IWhatIfPersistenceProperties 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
FilePurpose
hibernate.propertiesConfigurations used when setting up the Hibernate implementation of the simulation persistence manager.