Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
0029e820
Commit
0029e820
authored
Jan 02, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix copyright dates
parent
7623c291
Changes
48
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
48 additions
and
48 deletions
+48
-48
GreetingService.java
...c/main/java/samples/websocket/client/GreetingService.java
+1
-1
SimpleClientWebSocketHandler.java
...amples/websocket/client/SimpleClientWebSocketHandler.java
+1
-1
SimpleGreetingService.java
.../java/samples/websocket/client/SimpleGreetingService.java
+1
-1
SampleWebSocketsApplication.java
...samples/websocket/config/SampleWebSocketsApplication.java
+1
-1
DefaultEchoService.java
.../main/java/samples/websocket/echo/DefaultEchoService.java
+1
-1
EchoService.java
...ket/src/main/java/samples/websocket/echo/EchoService.java
+1
-1
EchoWebSocketHandler.java
...ain/java/samples/websocket/echo/EchoWebSocketHandler.java
+1
-1
SampleWebSocketsApplicationTests.java
...ples/websocket/echo/SampleWebSocketsApplicationTests.java
+1
-1
SnakeTimerTests.java
...rc/test/java/samples/websocket/snake/SnakeTimerTests.java
+1
-1
AbstractEmbeddedServletContainerFactory.java
...ext/embedded/AbstractEmbeddedServletContainerFactory.java
+1
-1
AnnotationConfigEmbeddedWebApplicationContext.java
...bedded/AnnotationConfigEmbeddedWebApplicationContext.java
+1
-1
ConfigurableEmbeddedServletContainerFactory.java
...embedded/ConfigurableEmbeddedServletContainerFactory.java
+1
-1
EmbeddedServletContainer.java
...ework/boot/context/embedded/EmbeddedServletContainer.java
+1
-1
EmbeddedServletContainerException.java
...t/context/embedded/EmbeddedServletContainerException.java
+1
-1
EmbeddedServletContainerFactory.java
...oot/context/embedded/EmbeddedServletContainerFactory.java
+1
-1
EmbeddedWebApplicationContext.java
.../boot/context/embedded/EmbeddedWebApplicationContext.java
+1
-1
ErrorPage.java
.../org/springframework/boot/context/embedded/ErrorPage.java
+1
-1
FilterRegistrationBean.java
...amework/boot/context/embedded/FilterRegistrationBean.java
+1
-1
RegistrationBean.java
...ringframework/boot/context/embedded/RegistrationBean.java
+1
-1
ServletContextInitializer.java
...work/boot/context/embedded/ServletContextInitializer.java
+1
-1
ServletRegistrationBean.java
...mework/boot/context/embedded/ServletRegistrationBean.java
+1
-1
WebApplicationContextServletContextAwareProcessor.java
...ed/WebApplicationContextServletContextAwareProcessor.java
+1
-1
XmlEmbeddedWebApplicationContext.java
...ot/context/embedded/XmlEmbeddedWebApplicationContext.java
+1
-1
JettyEmbeddedServletContainer.java
...context/embedded/jetty/JettyEmbeddedServletContainer.java
+1
-1
JettyEmbeddedServletContainerFactory.java
.../embedded/jetty/JettyEmbeddedServletContainerFactory.java
+1
-1
ServletContextInitializerConfiguration.java
...mbedded/jetty/ServletContextInitializerConfiguration.java
+1
-1
package-info.java
...ngframework/boot/context/embedded/jetty/package-info.java
+1
-1
package-info.java
...g/springframework/boot/context/embedded/package-info.java
+1
-1
ServletContextInitializerLifecycleListener.java
...ed/tomcat/ServletContextInitializerLifecycleListener.java
+1
-1
TomcatEmbeddedServletContainer.java
...ntext/embedded/tomcat/TomcatEmbeddedServletContainer.java
+1
-1
TomcatEmbeddedServletContainerFactory.java
...mbedded/tomcat/TomcatEmbeddedServletContainerFactory.java
+1
-1
package-info.java
...gframework/boot/context/embedded/tomcat/package-info.java
+1
-1
AbstractEmbeddedServletContainerFactoryTests.java
...mbedded/AbstractEmbeddedServletContainerFactoryTests.java
+1
-1
AnnotationConfigEmbeddedWebApplicationContextTests.java
...d/AnnotationConfigEmbeddedWebApplicationContextTests.java
+1
-1
EmbeddedWebApplicationContextTests.java
.../context/embedded/EmbeddedWebApplicationContextTests.java
+1
-1
ExampleFilter.java
.../springframework/boot/context/embedded/ExampleFilter.java
+1
-1
ExampleServlet.java
...springframework/boot/context/embedded/ExampleServlet.java
+1
-1
FilterRegistrationBeanTests.java
...rk/boot/context/embedded/FilterRegistrationBeanTests.java
+1
-1
MockEmbeddedServletContainerFactory.java
...context/embedded/MockEmbeddedServletContainerFactory.java
+1
-1
MockFilter.java
...org/springframework/boot/context/embedded/MockFilter.java
+1
-1
MockServlet.java
...rg/springframework/boot/context/embedded/MockServlet.java
+1
-1
ServletListenerRegistrationBeanTests.java
...ontext/embedded/ServletListenerRegistrationBeanTests.java
+1
-1
ServletRegistrationBeanTests.java
...k/boot/context/embedded/ServletRegistrationBeanTests.java
+1
-1
XmlEmbeddedWebApplicationContextTests.java
...ntext/embedded/XmlEmbeddedWebApplicationContextTests.java
+1
-1
ExampleEmbeddedWebApplicationConfiguration.java
...ed/config/ExampleEmbeddedWebApplicationConfiguration.java
+1
-1
JettyEmbeddedServletContainerFactoryTests.java
...dded/jetty/JettyEmbeddedServletContainerFactoryTests.java
+1
-1
TomcatEmbeddedServletContainerFactoryTests.java
...ed/tomcat/TomcatEmbeddedServletContainerFactoryTests.java
+1
-1
package-info.java
...a/org/springframework/boot/sampleconfig/package-info.java
+1
-1
No files found.
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/client/GreetingService.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/client/SimpleClientWebSocketHandler.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/client/SimpleGreetingService.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/config/SampleWebSocketsApplication.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/echo/DefaultEchoService.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/echo/EchoService.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/main/java/samples/websocket/echo/EchoWebSocketHandler.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/test/java/samples/websocket/echo/SampleWebSocketsApplicationTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-websocket/src/test/java/samples/websocket/snake/SnakeTimerTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/AbstractEmbeddedServletContainerFactory.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/ConfigurableEmbeddedServletContainerFactory.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainer.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainerException.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainerFactory.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedWebApplicationContext.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/ErrorPage.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/FilterRegistrationBean.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/RegistrationBean.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletContextInitializer.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletRegistrationBean.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/WebApplicationContextServletContextAwareProcessor.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/XmlEmbeddedWebApplicationContext.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/JettyEmbeddedServletContainer.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/JettyEmbeddedServletContainerFactory.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/ServletContextInitializerConfiguration.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/package-info.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/package-info.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/ServletContextInitializerLifecycleListener.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatEmbeddedServletContainer.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatEmbeddedServletContainerFactory.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/package-info.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/AbstractEmbeddedServletContainerFactoryTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContextTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/EmbeddedWebApplicationContextTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/ExampleFilter.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/ExampleServlet.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/FilterRegistrationBeanTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/MockEmbeddedServletContainerFactory.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/MockFilter.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/MockServlet.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/ServletListenerRegistrationBeanTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/ServletRegistrationBeanTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/XmlEmbeddedWebApplicationContextTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/config/ExampleEmbeddedWebApplicationConfiguration.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/jetty/JettyEmbeddedServletContainerFactoryTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/context/embedded/tomcat/TomcatEmbeddedServletContainerFactoryTests.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot/src/test/java/org/springframework/boot/sampleconfig/package-info.java
View file @
0029e820
/*
/*
* Copyright 20
0
2-2013 the original author or authors.
* Copyright 20
1
2-2013 the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment