This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Playground incompatible with Spring Webflux #487
Closed
Description
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