spring-fu icon indicating copy to clipboard operation
spring-fu copied to clipboard

Configuration DSLs for Spring Boot

Results 39 spring-fu issues
Sort by recently updated
recently updated
newest added

**OpenAPI**: we should try https://github.com/springfox/springfox/issues/1773 which has been merged and see if functional support is ok. **Spring REST docs**: we should test `WebTestClient` support, see https://github.com/spring-projects/spring-restdocs/issues/384.

type: enhancement

Probably the most ambitious issue ever ^^ The goal is to avoid duplication and increase maintainability.

type: enhancement
status: pending-design-work

See https://github.com/spring-projects-experimental/spring-init/, cc @dsyer.

type: enhancement
status: pending-design-work

This leads to this error when module-info.java requires `spring.boot` and `spring.fu.kofu` (that includes module `spring.fu.autoconfigure.adapter`) : ``` java.lang.module.ResolutionException: Modules spring.boot and spring.fu.autoconfigure.adapter export package org.springframework.boot.context.properties ``` Solution is to change...

type: enhancement
status: blocked

With reference to https://github.com/spring-projects-experimental/spring-fu/issues/275 and https://github.com/spring-projects-experimental/spring-fu/issues/253 I am trying to create a simple extension to enable using [r2bdc-migrate](https://github.com/nkonev/r2dbc-migrate), my starting point it ```kotlin class R2dbcMigrationDsl(private val init: R2dbcMigrationDsl.() -> Unit)...

hi method save(....) in interface CoroutinesCrudRepositoy, its always play the update role (when using logging its always show update sql query)

when i use it in springboot proj , and use sample case: ```java public static JafuApplication app = webApplication(a -> a.beans(b -> b .enable(webMvc(s -> s .port(s.profiles().contains("test") ? 8181 :...

Hello, this is quite a fantastic library you've made available! The only thing I haven't been able to figure out from the examples available + source code is whether it's...

At the moment we are not able to use functionality of scheduled tasks (I use `org.springframework.fu:spring-fu-kofu:0.0.5`). Please support mechanic of `@EnableScheduling` and `@Scheduled` annotations

type: enhancement