Usage Add thespring-boot-starter-graphqldependency to your Spring Boot app: <dependency> <groupId>com.creactiviti</groupId> <artifactId>spring-boot-starter-graphql</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> <repositories> <repository> <id>maven-snapshots</id> <url>http:/...
dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </plugin> <plugin> <groupId>...
A Maven plugin that checks for deprecated groupId + artifactId couples, in order to reduce usage of non-maintained 3rd-party code (e.g. did you know that artifact graphql-spring-boot-starter moved from from com.graphql-java to com.graphql-java-kickstart?)....
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...
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump org.springframework.boot:spring-boot-starter-web … c4b3d18 depend...