update README.md.

This commit is contained in:
huoyo 2020-12-11 19:25:15 +08:00 committed by Gitee
parent 2209e408cf
commit e253710c3e

View File

@ -32,6 +32,9 @@ koTime是一个springboot项目性能分析工具通过追踪方法调用链
在application.yml中配置 在application.yml中配置
``` ```
spring.profiles.active=koTime spring.profiles.active=koTime
koTime.log.enable:false # 是否开启控制输出默认false
koTime.log.language=chinese # 控制台输出语言english/chinese
koTime.time.threshold:800.0 # 时间阈值,用于前端展示,大于阈值显示红色,小于阈值显示绿色
``` ```