Skip to content

重构Web线程池配置文件命名 #1015

@magestacks

Description

@magestacks

当前配置 Web 线程池需要依赖容器名称,如下:

spring:
  dynamic:
    thread-pool:
      # tomcat、undertow、jetty 三种容器线程池,任选其一
      undertow:

考虑到配置不应该随着项目架构而变动,所以修改为:

spring:
  dynamic:
    thread-pool:
      web:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions