类 LoggingConfiguration


  • @Configuration
    @RefreshScope
    public class LoggingConfiguration
    extends Object
    • 构造器详细资料

      • LoggingConfiguration

        public LoggingConfiguration​(@Value("${spring.application.name}")
                                    String appName,
                                    @Value("${server.port}")
                                    String serverPort,
                                    io.github.jhipster.config.JHipsterProperties jHipsterProperties,
                                    org.springframework.beans.factory.ObjectProvider<org.springframework.boot.info.BuildProperties> buildProperties,
                                    com.fasterxml.jackson.databind.ObjectMapper mapper)
                             throws com.fasterxml.jackson.core.JsonProcessingException
        抛出:
        com.fasterxml.jackson.core.JsonProcessingException