mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Fix reference to Jetty classes
This commit is contained in:
+1
-1
@@ -528,7 +528,7 @@ include-code::MyTomcatConfiguration[]
|
||||
[[howto.webserver.enable-multiple-connectors.jetty]]
|
||||
=== Multiple Connectors with Jetty
|
||||
|
||||
You can register additional Jetty javadoc:org.eclipse.jetty.server.Connector[] instances by adding a javadoc:org.springframework.boot.jetty.JettyServerCustomizer[] on the javadoc:org.springframework.boot.jetty.ConfigurableJettyWebServerFactory[], as shown in the following example:
|
||||
You can register additional Jetty javadoc:org.eclipse.jetty.server.Connector[] instances by adding a javadoc:org.springframework.boot.web.embedded.jetty.JettyServerCustomizer[] on the javadoc:org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory[], as shown in the following example:
|
||||
|
||||
include-code::MyJettyConfiguration[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user