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-22 16:05:19 +0200 |
commit | 6e36f96d66590c0b86dd0a74e96299f36e3f04b3 (patch) | |
tree | 6173a1d8a246f14af6cd4b5c8fdc3143a7623413 | |
parent | da4b6d6a8fcb98d1151a04f8367ebda094caa684 (diff) | |
download | vaadin-framework-6e36f96d66590c0b86dd0a74e96299f36e3f04b3.tar.gz vaadin-framework-6e36f96d66590c0b86dd0a74e96299f36e3f04b3.zip |
removes mention of Java EE in spring doc (#11422)
-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] |