update 优化 Async 针对虚拟线程配置 与其他注意事项注释

This commit is contained in:
疯狂的狮子Li
2024-01-12 10:24:00 +08:00
parent 3d03a5b319
commit eca2be1a2e
3 changed files with 7 additions and 2 deletions

View File

@ -231,6 +231,7 @@ xss:
urlPatterns: /system/*,/monitor/*,/tool/*
# 全局线程池相关配置
# 如使用JDK21请直接使用虚拟线程 不要开启此配置
thread-pool:
# 是否开启线程池
enabled: false