swagger (1) 썸네일형 리스트형 Spring-boot-webflux netty로 실행 안되는 증상 webflux 프로젝트를 구성하고 실행해봤더니 tomcat으로 실행되고 있어 구글링과 spring initializr를 통해 알게 된 사실 hateoas 기능을 무심코 넣었더니 netty기반으로 실행이 안되었다. 삽질로 webflux의 Dependency exclude 하면서 tomcat, undertow 걸어보고 난리를 쳤지만, 그 문제가 아니었던 것. 다른 하나로는 swagger module인 springfox 나 springdoc-openapi도 영향을 준다고 한다. 다행히 springdoc-openapi-webflux를 사용하면 netty 기반으로 서버가 동작하는 것을 확인했다. 아래는 gradle 코드. dependencies { dependencies { implementation 'org.s.. 이전 1 다음