You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Describe the bug
When we add playground-spring-boot-starter in a spring webflux project, the project is instantiated as spring mvc and served with Tomcat
Because playground-spring-boot-starter require spring-boot-starter-web
To Reproduce
Steps to reproduce the behavior:
include these dependencies
graphql-kickstart-spring-boot-starter-webflux
playground-spring-boot-starter
Expected behavior
Project is served with Netty and the playground is accessible