【优化】SpringBoot 3.2.0 开启Tomcat虚拟线程

版本要求

  • spring boot 3.2.0
  • jdk 21

spring:
  threads:
    virtual:
      # Tomcat 将使用虚拟线程来处理 HTTP 请求。
      enabled: true
 

猜你喜欢

转载自blog.csdn.net/G971005287W/article/details/134874376