4.2.8. Application Properties

Application properties present named data of different types, which determine various aspects of application configuration and functions.

Application properties can be classified by the intended purpose as follows:

Typically, a property belongs to one or several application blocks. For example, cuba.persistenceConfig is only intended for Middleware, cuba.web.useLightHeader belongs to Web Client, while cuba.springContextConfig is used in all blocks.

Belonging to a block means that if you need to set some value to a property, you should do it in all blocks, used in the application, to which this property belongs.

You can find out where a property belongs as per below: