mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 16:48:15 +08:00
Disable Vaadin with Spring Boot 2.1
The current Vaadin integration does not work properly with Spring Boot 2.1 as it overrides the DispatcherServlet bean. We can remove this limitation once a fix is available.
This commit is contained in:
parent
c21ab9e5ca
commit
1e07eb3a3d
@ -389,7 +389,7 @@ initializr:
|
||||
artifactId: vaadin-spring-boot-starter
|
||||
description: Vaadin java web application framework
|
||||
bom: vaadin
|
||||
versionRange: 1.2.0.RELEASE
|
||||
versionRange: "[1.2.0.RELEASE,2.1.0.M1)"
|
||||
mappings:
|
||||
- versionRange: "[1.2.0.RELEASE,1.4.0.RELEASE)"
|
||||
version: 1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user