Package co.verisoft.fw.config
Class EnvConfig
- java.lang.Object
-
- co.verisoft.fw.config.EnvConfig
-
@Configuration @PropertySource("classpath:application.properties") @PropertySource("root.config.properties") @ComponentScan("co.verisoft") public class EnvConfig extends ObjectThis is a configuratio class for all the properties files.- Since:
- 0.1.3 (May, 2023)
- Author:
- Nir Gallner, VeriSoft
-
-
Constructor Summary
Constructors Constructor Description EnvConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperobjectMapper()static org.springframework.context.support.PropertySourcesPlaceholderConfigurerpropertySourcesPlaceholderConfigurer()
-