Class 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 Detail

      • EnvConfig

        public EnvConfig()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
      • objectMapper

        @Bean
        public com.fasterxml.jackson.databind.ObjectMapper objectMapper()