M8tySetting

@Component
@ConfigurationProperties(prefix = "m8ty")
class M8tySetting

This class represents the M8tySetting configuration.

The M8tySetting class contains the following properties:

  • basepath: A non-null string representing the base path.

  • defaultLanguage: A non-null string representing the default language.

  • crypto: An instance of the CryptoSetting class representing the cryptocurrency settings.

  • file: An instance of the FileSetting class representing the file settings.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var basepath: String

A non-null string representing the base path.

Link copied to clipboard

An instance of the CryptoSetting class representing the cryptocurrency settings.

Link copied to clipboard
lateinit var defaultLanguage: String

A non-null string representing the default language.

Link copied to clipboard

An instance of the FileSetting class representing the file settings.

Functions

Link copied to clipboard