代码如下: 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...
There's one maven goal: biz.lermitage.oga:oga-maven-plugin:check.Execution will produce error message everytime a deprecated groupId + artifactId couple is found. You may see something like [ERROR] 'com.graphql-java:graphql-spring-boot-starter' should be replaced by 'com.graphql-java-...
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...