更改Spring Boot嵌入式Web服务器。

huangapple go评论50阅读模式
英文:

Change spring boot embedded web server

问题

如何更改Spring Boot默认的Web服务器?对于复杂业务和大型交易,哪种服务器性能最佳?

我需要一个用于评估Spring Boot Web服务器的关键绩效指标(KPI)。

英文:

How can I change spring boot default web server?
And for complicated business and big transactions which one has the best performance?

I need a KPI for spring boot web server assessment.

答案1

得分: 1

  1. 如何更改嵌入式Web服务器,请查看官方的'how-to'指南:嵌入式Web服务器

  2. 有关性能评估,请查看这个分享:SpringBoot — 性能测试各种嵌入式Web服务器

英文:
  1. for how to change embedded web server, checkout the official 'how-to' guide:
    Embedded Web Servers.

  2. for performance assessment, checkout this sharing. SpringBoot — performance testing various Embedded Web Servers.

huangapple
  • 本文由 发表于 2023年2月16日 06:53:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/75466186.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定