I have an application with management.server enabled:
management.server.port=8081
When I start application, I have:
- 10 threads for 8080 HTTP nio connector
- 10 threads for 8081 HTTP nio connector
But I would like to reduce min-spare only for management (8081) and not for the web application (8080)
Looking at Spring code, it seems it's not possible, can someone confirm ?