Rename webmvc-http-endpoint to webmvc-http

This commit is contained in:
Rossen Stoyanchev
2021-01-03 21:27:02 +00:00
parent 2e32a06a55
commit 35c2068bdf
15 changed files with 1 additions and 1 deletions

View File

@@ -15,5 +15,5 @@ pluginManagement {
rootProject.name = 'spring-graphql'
include 'spring-graphql-web'
include 'samples:webmvc-http-endpoint'
include 'samples:webmvc-http'
include 'samples:webflux-websocket'