Class AgroalPropertiesReader

java.lang.Object
io.agroal.api.configuration.supplier.AgroalPropertiesReader
All Implemented Interfaces:
Supplier<AgroalDataSourceConfiguration>

public class AgroalPropertiesReader extends Object implements Supplier<AgroalDataSourceConfiguration>
Convenient way to build an Agroal configuration. This class can build a configuration from a *.properties file or a Properties object. This class defines keys for all the options and also allows for a prefix when looking for that properties.
Author:
Luis Barreiro