You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/AbstractEmbeddedServletContainerFactory.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ public InetAddress getAddress() {
159
159
160
160
/**
161
161
* Sets {@link ServletContextInitializer} that should be applied in addition to
Copy file name to clipboardExpand all lines: spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/EmbeddedServletContainerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public interface EmbeddedServletContainerFactory {
40
40
* @return a fully configured and started {@link EmbeddedServletContainer}
Copy file name to clipboardExpand all lines: spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/EmbeddedWebApplicationContext.java
Copy file name to clipboardExpand all lines: spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/jetty/JettyEmbeddedServletContainerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ public JettyEmbeddedServletContainerFactory(String contextPath, int port) {
Copy file name to clipboardExpand all lines: spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/tomcat/TomcatEmbeddedServletContainerFactory.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ public TomcatEmbeddedServletContainerFactory(String contextPath, int port) {
Copy file name to clipboardExpand all lines: spring-bootstrap/src/test/java/org/springframework/bootstrap/context/embedded/AbstractEmbeddedServletContainerFactoryTests.java
Copy file name to clipboardExpand all lines: spring-bootstrap/src/test/java/org/springframework/bootstrap/context/embedded/MockEmbeddedServletContainerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public class MockEmbeddedServletContainerFactory extends
Copy file name to clipboardExpand all lines: spring-bootstrap/src/test/java/org/springframework/bootstrap/context/embedded/jetty/JettyEmbeddedServletContainerFactoryTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public void jettyConfigurations() throws Exception {
Copy file name to clipboardExpand all lines: spring-bootstrap/src/test/java/org/springframework/bootstrap/context/embedded/tomcat/TomcatEmbeddedServletContainerFactoryTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public void tomcatListeners() throws Exception {
0 commit comments