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 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()