测试文章
编辑
89
2022-08-11
import feign.Logger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
/**
* @author bamanker
*/
@Configuration
public class OpenFeignConfig {
/**
* 日志级别定义
* import feign.Logger;
* */
@Profile("dev")
@Bean
Logger.Level feginLoggerLevel(){
return Logger.Level.FULL;
}
}
num | value |
---|---|
11 | 2 |
今天是美好的一天
apt upgrade
- 第一步
小标题
- 5
-
分享