类 LoggingConfiguration
- java.lang.Object
-
- org.springmad.config.LoggingConfiguration
-
@Configuration @RefreshScope public class LoggingConfiguration extends Object
-
-
构造器概要
构造器 构造器 说明 LoggingConfiguration(String appName, 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)
-
-
-
构造器详细资料
-
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
-
-