Skip to main content

Import the DEE library

The DEE dependency must be included in the project’s POM.

Set the required properties

The external properties are retrieved using the Spring @Value mechanism. For it to work, the following code must be included in the main Spring Config class.
Here is a list of the required properties.

Importing configurations

The DEE library provides the necessary Spring Config files to enable the DEE, so no additional configuration is required.

All-in-one configuration

All config files can be added by adding the target-specific configuration to the application’s Spring Config. These config files contain all config files needed for DEE. Example of what an application config should look like:

Individual configuration files

Optionally, users can import specific configs. The following are the configs for the CSV target: