Administrator
yesterday f847c7a1a70bc7a8fb3811b46f4c586c150aed2a
config(app): 启用调试模式

- 将 application-app.yml 中的 debug 配置设置为 true
- 将 application-test.yml 中的 debug 配置设置为 true
2 files modified
4 ■■■■ changed files
src/main/resources/application-app.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-test.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-app.yml
@@ -91,7 +91,7 @@
app:
  debug: false
  debug: true
  redis_expire: 3000
  kline-update-job: true
  newest-price-update-job: false
src/main/resources/application-test.yml
@@ -91,7 +91,7 @@
app:
  debug: false
  debug: true
  redis_expire: 3000
  kline-update-job: false
  newest-price-update-job: false