• Andy Wilkinson's avatar
    Document need for ServerEndpointExporter and show its use in a sample · a9b88d69
    Andy Wilkinson authored
    Traditionally, a @ServerEndpoint-annotated bean is found by a servlet
    container initialiser, however Boot does not run servlet container
    initialisers when an embedded container is being used. To be able to use
    @ServerEndpoint in a Boot app that uses embedded Tomcat a
    ServerEndpointExporter bean must be declared.
    
    This commit updates the documentation to describe this requirement and
    also updates the WebSockets sample to illustrate the use of
    ServerEndpointExporter. The version of Spring Framework has been updated
    to 4.0.8.BUILD-SNAPSHOT. This picks up the fix for SPR-12340.
    
    Closes gh-1722
    a9b88d69
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...