Hi! I have problems with Webflux + Kotlin + Coroutines. When I have something like that: @Controller class PersonController(val service: PersonService) { @MutationMapping( "createPerson") suspend fun createPerson(@Argument("input") perso...
代码如下: maven依赖如下,都是找的当前最高版本的maven依赖 <groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.2.4.RELEASE</version><groupId>com.graphql-java</groupId><artifactId>graphql-spring-boot-starter</artifactId><version>5.0.2</version...