英文:
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
-
如何更改嵌入式Web服务器,请查看官方的'how-to'指南:嵌入式Web服务器。
-
有关性能评估,请查看这个分享:SpringBoot — 性能测试各种嵌入式Web服务器。
英文:
-
for how to change embedded web server, checkout the official 'how-to' guide:
Embedded Web Servers. -
for performance assessment, checkout this sharing. SpringBoot — performance testing various Embedded Web Servers.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论