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 Object
This is a configuratio class for all the properties files.
- Since:
- 0.1.3 (May, 2023)
- Author:
- Nir Gallner, VeriSoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Constructor Details
-
EnvConfig
public EnvConfig()
-
-
Method Details
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() -
objectMapper
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-