Upgrade to Spring Boot 2.4 snapshots
in order to make use of a recent change for WebMvc.fn in Spring Framework 5.3. See gh-6
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'spring-graphql'
|
||||
include 'spring-boot-starter-graphql-web'
|
||||
include 'spring-boot-starter-graphql-webflux'
|
||||
|
||||
Reference in New Issue
Block a user