update README.md.

This commit is contained in:
Huoyo 2021-01-20 17:02:35 +08:00 committed by Gitee
parent b18d84f1b4
commit f64991e6f2

View File

@ -34,9 +34,9 @@ http://huoyo.gitee.io/ko-time/
在application.yml中配置
```
spring.profiles.active=koTime
koTime.log.enable:false # 是否开启控制输出非必填默认false
koTime.log.enable=false # 是否开启控制输出非必填默认false
koTime.log.language=chinese # 控制台输出语言english/chinese非必填默认chinese
koTime.time.threshold:800.0 # 时间阈值用于前端展示大于阈值显示红色小于阈值显示绿色非必填默认800
koTime.time.threshold=800.0 # 时间阈值用于前端展示大于阈值显示红色小于阈值显示绿色非必填默认800
```