diff options
author | tmattsso <thomas@vaadin.com> | 2019-01-17 09:17:23 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-01-17 09:17:23 +0200 |
commit | 617f083e54d1236824aa082d1ed004f49ffbde49 (patch) | |
tree | cb5d83b87d464879f8172745a1909ff11d33063a /documentation | |
parent | cf83898df275e6811699d5179e9b541e94c72259 (diff) | |
download | vaadin-framework-617f083e54d1236824aa082d1ed004f49ffbde49.tar.gz vaadin-framework-617f083e54d1236824aa082d1ed004f49ffbde49.zip |
removes mention of Java EE in spring doc (#11422)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/advanced/advanced-spring.asciidoc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/documentation/advanced/advanced-spring.asciidoc b/documentation/advanced/advanced-spring.asciidoc index b2f63641fc..ec38db7830 100644 --- a/documentation/advanced/advanced-spring.asciidoc +++ b/documentation/advanced/advanced-spring.asciidoc @@ -189,12 +189,6 @@ Tutorial] for detailed instructions for using Spring Boot. [[advanced.spring.installation]] == Installing Vaadin Spring Add-on -Vaadin Spring requires a Java EE 7 compatible servlet container, such as -Glassfish or Apache TomEE Web Profile, as mentioned for the reference toolchain -in -<<dummy/../../../framework/getting-started/getting-started-environment#getting-started.environment,"Setting -up the Development Environment">>. - To install the Vaadin Spring and/or Vaadin Spring Boot add-ons, either define them as an Ivy or Maven dependency or download from the Vaadin Directory add-on page at link:https://vaadin.com/directory#addon/vaadin-spring[vaadin.com/directory#addon/vaadin-spring] |