I would like to know how I could use the demoiselle.properties
class to use my custom properties.
Ex:
# Propriedades personalizadas do sistema
sistema.id.documento = 10
sistema.processo.seguranca = true
// ...
and use this in some classe java
, for example, the class " properties
":
Is it possible to use this type of configuration?