I found that the recommended changes for Gradle tasks were not necessary. For example, this build.gradle does not include the recommended changes, but the project appears to work fine when running with ./gradlew bootRun. In case you find it useful: Would the problem I encountered here in s...
Bump org.springframework.boot:spring-boot-starter-web from 2.7.16 to 2.7.17 in /plugins/gradle/example-server #1364 Merged kobylynskyi merged 1 commit into main from dependabot/gradle/plugins/gradle/example-server/main/org.springframework.boot-spring-boot-starter-web-2.7.17 Nov 9, 2023 ...
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...